Class StringSchemaWrapper
- java.lang.Object
-
- io.apicurio.registry.rules.compatibility.jsonschema.wrapper.EqualitySchemaWrapper
-
- io.apicurio.registry.rules.compatibility.jsonschema.wrapper.StringSchemaWrapper
-
- All Implemented Interfaces:
SchemaWrapper
public class StringSchemaWrapper extends EqualitySchemaWrapper implements SchemaWrapper
- Author:
- Jakub Senko 'jsenko@redhat.com'
-
-
Constructor Summary
Constructors Constructor Description StringSchemaWrapper(org.everit.json.schema.StringSchema wrapped)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JsonSchemaWrapperVisitor visitor)
org.everit.json.schema.FormatValidator
getFormatValidator()
Integer
getMaxLength()
Integer
getMinLength()
Pattern
getPattern()
Map<String,Object>
getUnprocessedProperties()
-
Methods inherited from class io.apicurio.registry.rules.compatibility.jsonschema.wrapper.EqualitySchemaWrapper
equals, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.apicurio.registry.rules.compatibility.jsonschema.wrapper.SchemaWrapper
getWrapped
-
-
-
-
Method Detail
-
getMinLength
public Integer getMinLength()
-
getMaxLength
public Integer getMaxLength()
-
getFormatValidator
public org.everit.json.schema.FormatValidator getFormatValidator()
-
getPattern
public Pattern getPattern()
-
accept
public void accept(JsonSchemaWrapperVisitor visitor)
- Specified by:
accept
in interfaceSchemaWrapper
-
-