Uses of Package
tech.guilhermekaua.spigotboot.config.reference
Packages that use tech.guilhermekaua.spigotboot.config.reference
Package
Description
-
Classes in tech.guilhermekaua.spigotboot.config.reference used by tech.guilhermekaua.spigotboot.configClassDescriptionThis interface work like a handler for errors that occur during config reference resolution and allows customization of how reference resolution errors are handled.Manages config reference resolution infrastructure.
-
Classes in tech.guilhermekaua.spigotboot.config.reference used by tech.guilhermekaua.spigotboot.config.configurationClassDescriptionThis interface work like a handler for errors that occur during config reference resolution and allows customization of how reference resolution errors are handled.
-
Classes in tech.guilhermekaua.spigotboot.config.reference used by tech.guilhermekaua.spigotboot.config.referenceClassDescriptionImmutable representation of a parsed config reference token.Scans config nodes for references and builds a dependency graph.This interface work like a handler for errors that occur during config reference resolution and allows customization of how reference resolution errors are handled.Provides lookup capabilities for resolving config references.Parses config reference tokens from string values.Resolves config references (
${...}) to their target values.AConfigNodePreprocessorthat resolves config references (${...}).Identifies the kind of target a config reference points to. -