Class StringValueValidator

  • All Implemented Interfaces:
    PropertyValidator

    public class StringValueValidator
    extends java.lang.Object
    implements PropertyValidator
    Validates a string property value; if the value cannot be cast to a string then an error will be reported.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object validate​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • StringValueValidator

        public StringValueValidator()
    • Method Detail

      • validate

        public java.lang.Object validate​(java.lang.Object value)
        Specified by:
        validate in interface PropertyValidator