Class LowerCasedFormatAttribute

  • All Implemented Interfaces:
    com.github.fge.jsonschema.format.FormatAttribute

    public class LowerCasedFormatAttribute
    extends com.github.fge.jsonschema.format.AbstractFormatAttribute
    • Constructor Detail

      • LowerCasedFormatAttribute

        protected LowerCasedFormatAttribute​(String fmt,
                                            com.github.fge.jackson.NodeType first,
                                            com.github.fge.jackson.NodeType[] other)
    • Method Detail

      • getInstance

        public static com.github.fge.jsonschema.format.FormatAttribute getInstance()
      • validate

        public void validate​(com.github.fge.jsonschema.core.report.ProcessingReport report,
                             com.github.fge.msgsimple.bundle.MessageBundle bundle,
                             com.github.fge.jsonschema.processors.data.FullData data)
                      throws com.github.fge.jsonschema.core.exceptions.ProcessingException
        Throws:
        com.github.fge.jsonschema.core.exceptions.ProcessingException