Class ValidatorMacroImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      ValidatorMacroImpl​(java.util.Map<java.lang.String,​java.lang.String> configuration)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String valueForMacro​(java.lang.String validatorMacro)
      Given a potential validator macro (a simple string name), returns the value for that macro, a comma-separated list of validation constraints.
      • Methods inherited from class java.lang.Object

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

      • ValidatorMacroImpl

        public ValidatorMacroImpl​(java.util.Map<java.lang.String,​java.lang.String> configuration)
    • Method Detail

      • valueForMacro

        public java.lang.String valueForMacro​(java.lang.String validatorMacro)
        Description copied from interface: ValidatorMacro
        Given a potential validator macro (a simple string name), returns the value for that macro, a comma-separated list of validation constraints.
        Specified by:
        valueForMacro in interface ValidatorMacro
        Returns:
        constraints, or null if no such validator macro