Class Validators.JSRValidator

    • Constructor Detail

      • JSRValidator

        @Inject
        public JSRValidator​(Lang requestLanguage)
    • Method Detail

      • validate

        public void validate​(Object value,
                             String field,
                             Context context)
        Validate the given value.
        Specified by:
        validate in interface Validator<Object>
        Parameters:
        value - The value, may be null
        field - The name of the field being validated, if applicable
        context - The Ninja request context
      • getValidatedType

        public Class<Object> getValidatedType()
        Description copied from interface: Validator
        Get the type that this validator validates
        Specified by:
        getValidatedType in interface Validator<Object>
        Returns:
        The type that the validator validates