Uses of Class
uk.autores.handling.Config
-
Packages that use Config Package Description uk.autores.handling The annotation handling API. -
-
Uses of Config in uk.autores.handling
Methods in uk.autores.handling that return types with arguments of type Config Modifier and Type Method Description List<Config>
Context. config()
Configuration.Method parameters in uk.autores.handling with type arguments of type Config Modifier and Type Method Description Context.Builder
Context.Builder. setConfig(List<Config> config)
Sets configuration.default boolean
Handler. validConfig(List<Config> config, Consumer<String> errorReporter)
Validates theContext.config()
.
-