Class MaskValidation

    • Constructor Detail

      • MaskValidation

        public MaskValidation​(int minimumPlaceholders)
    • Method Detail

      • validate

        public ValidationError validate​(Object object,
                                        Object property,
                                        Object value)
        Description copied from interface: PropertyValidation
        Validates a property value
        Specified by:
        validate in interface PropertyValidation
        Parameters:
        object - The object
        property - The property name or descriptor
        value - The property value
        Returns:
        An error if there is an error, or null when is valid