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()Deprecated.Value validators are deprecated and will be removed in DazzleConf 2.0.Methods in space.arim.dazzleconf with parameters of type ValueValidatorModifier and TypeMethodDescriptionConfigurationOptions.Builder.addValidator(String key, ValueValidator validator) Deprecated.Value validators are deprecated and will be removed in DazzleConf 2.0.Method parameters in space.arim.dazzleconf with type arguments of type ValueValidatorModifier and TypeMethodDescriptionConfigurationOptions.Builder.addValidators(Map<String, ? extends ValueValidator> validators) Deprecated.Value validators are deprecated and will be removed in DazzleConf 2.0. -
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