Class StringSchemaWrapper

    • Constructor Detail

      • StringSchemaWrapper

        public StringSchemaWrapper​(org.everit.json.schema.StringSchema wrapped)
    • Method Detail

      • getMinLength

        public Integer getMinLength()
      • getMaxLength

        public Integer getMaxLength()
      • getFormatValidator

        public org.everit.json.schema.FormatValidator getFormatValidator()
      • getPattern

        public Pattern getPattern()
      • getUnprocessedProperties

        public Map<String,​Object> getUnprocessedProperties()