public class StringSchemaWrapper extends Object implements SchemaWrapper
Constructor and Description |
---|
StringSchemaWrapper(org.everit.json.schema.StringSchema wrapped) |
Modifier and Type | Method and Description |
---|---|
void |
accept(JsonSchemaWrapperVisitor visitor) |
org.everit.json.schema.FormatValidator |
getFormatValidator() |
Integer |
getMaxLength() |
Integer |
getMinLength() |
Pattern |
getPattern() |
Map<String,Object> |
getUnprocessedProperties() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getWrapped
public StringSchemaWrapper(org.everit.json.schema.StringSchema wrapped)
public Integer getMinLength()
public Integer getMaxLength()
public org.everit.json.schema.FormatValidator getFormatValidator()
public Pattern getPattern()
public void accept(JsonSchemaWrapperVisitor visitor)
accept
in interface SchemaWrapper
Copyright © 2020 Red Hat. All rights reserved.