Class CorePropertyValidator

  • All Implemented Interfaces:
    PropertyValidator

    public class CorePropertyValidator
    extends java.lang.Object
    implements PropertyValidator
    Validator for persistence properties used by core.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean validate​(java.lang.String name, java.lang.Object value)
      Validate the specified property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CorePropertyValidator

        public CorePropertyValidator()
    • Method Detail

      • validate

        public boolean validate​(java.lang.String name,
                                java.lang.Object value)
        Validate the specified property.
        Specified by:
        validate in interface PropertyValidator
        Parameters:
        name - Name of the property
        value - Value
        Returns:
        Whether it is valid