Uses of Interface
com.jackmeng.halcyoninae.halcyon.utils.PropertyValidator
Packages that use PropertyValidator
-
Uses of PropertyValidator in com.jackmeng.halcyoninae.halcyon.utils
Classes in com.jackmeng.halcyoninae.halcyon.utils that implement PropertyValidatorModifier and TypeClassDescriptionclassAn implementation for any property validators that just need a simple Boolean structure.classclassclassclassclassclassclassFields in com.jackmeng.halcyoninae.halcyon.utils declared as PropertyValidatorFields in com.jackmeng.halcyoninae.halcyon.utils with type parameters of type PropertyValidatorModifier and TypeFieldDescriptionprivate final Map<String,PropertyValidator> PropertiesManager.allowedPropertiesMethods in com.jackmeng.halcyoninae.halcyon.utils that return types with arguments of type PropertyValidatorModifier and TypeMethodDescriptionstatic Map<String,PropertyValidator> ProgramResourceManager.getAllowedProperties()Constructors in com.jackmeng.halcyoninae.halcyon.utils with parameters of type PropertyValidatorModifierConstructorDescriptionProperty(String propertyName, String defaultProperty, PropertyValidator pr, String... commonProperties)