Uses of Interface
org.datanucleus.properties.PropertyValidator
Packages that use PropertyValidator
Package
Description
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
Package providing handling for persistence properties, and in particular the validation of valid values.
-
Uses of PropertyValidator in org.datanucleus
Fields in org.datanucleus with type parameters of type PropertyValidatorModifier and TypeFieldDescriptionprivate Map<String, PropertyValidator> Configuration.propertyValidators -
Uses of PropertyValidator in org.datanucleus.properties
Classes in org.datanucleus.properties that implement PropertyValidatorModifier and TypeClassDescriptionclassValidator for a property that represents a boolean.classValidator for persistence properties used by core.classValidator for a property that represents an integer.classValidator for a property that represents a String.