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 TypeClassDescriptionclass
An implementation for any property validators that just need a simple Boolean structure.class
class
class
class
class
class
class
Fields 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.allowedProperties
Methods 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)