Uses of Interface
space.arim.dazzleconf.validator.ValueValidator
Packages that use ValueValidator
Package
Description
Base package containing classes which most usage will involve.
Allows arbitrary value validation beyond that provided by the type system
or annotations in
space.arim.dazzleconf.annote-
Uses of ValueValidator in space.arim.dazzleconf
Methods in space.arim.dazzleconf that return types with arguments of type ValueValidatorModifier and TypeMethodDescriptionConfigurationOptions.getValidators()Gets an immutable map of value validators, keyed by the configuration key to which they apply.Methods in space.arim.dazzleconf with parameters of type ValueValidatorModifier and TypeMethodDescriptionConfigurationOptions.Builder.addValidator(String key, ValueValidator validator) Adds the specified value validator to this builderMethod parameters in space.arim.dazzleconf with type arguments of type ValueValidatorModifier and TypeMethodDescriptionConfigurationOptions.Builder.addValidators(Map<String, ? extends ValueValidator> validators) Adds the specified value validators to this builder -
Uses of ValueValidator in space.arim.dazzleconf.validator
Classes in space.arim.dazzleconf.validator that implement ValueValidatorModifier and TypeClassDescriptionclassValue validator which ensures a string is not empty