Uses of Class
de.aristaflow.adept2.base.configuration.ConfigurationValidator
-
Packages that use ConfigurationValidator Package Description de.aristaflow.adept2.base.configuration de.aristaflow.adept2.base.registry de.aristaflow.adept2.base.servletcontainer.dynamic -
-
Uses of ConfigurationValidator in de.aristaflow.adept2.base.configuration
Methods in de.aristaflow.adept2.base.configuration that return types with arguments of type ConfigurationValidator Modifier and Type Method Description Class<? extends ConfigurationValidator>validator()The validator that will be used to verify the configuration at application startup before the component is instantiated. -
Uses of ConfigurationValidator in de.aristaflow.adept2.base.registry
Subclasses of ConfigurationValidator in de.aristaflow.adept2.base.registry Modifier and Type Class Description static classLocalServiceRegistry.ConfigurationValidatorChecks the configuration of theServiceRegistry.static classPluginRegistry.ConfigurationValidatorChecks that all declared plugin instances are configured properly, that is they have an implementation class and runtime plugins have a plugin classpath.static classServiceRegistry.ConfigurationValidatorChecks the configuration of theServiceRegistry. -
Uses of ConfigurationValidator in de.aristaflow.adept2.base.servletcontainer.dynamic
Subclasses of ConfigurationValidator in de.aristaflow.adept2.base.servletcontainer.dynamic Modifier and Type Class Description static classEmbeddedServletService.ConfigurationValidatorValidates the configuration of the embedded servlet service, that is, an instance ofServletContextneeds to be provided and the URL of the outer servlet.
-