public class ReferenceSchema extends SimpleTypeSchema
JsonSchema
.Modifier and Type | Field and Description |
---|---|
protected String |
$ref |
defaultdefault, links, pathStart, title
Constructor and Description |
---|
ReferenceSchema(String ref) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
_equals(ReferenceSchema that) |
boolean |
equals(Object obj) |
String |
get$ref() |
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatTypes |
getType() |
void |
set$ref(String $ref) |
_equals, asSimpleTypeSchema, getDefault, getLinks, getPathStart, getTitle, isSimpleTypeSchema, setDefault, setLinks, setPathStart, setTitle
_equals, arraysEqual, asAnySchema, asArraySchema, asBooleanSchema, asContainerSchema, asContainerTypeSchema, asIntegerSchema, asNullSchema, asNumberSchema, asObjectSchema, asStringSchema, asUnionTypeSchema, asValueSchemaSchema, asValueTypeSchema, enrichWithBeanProperty, equals, get$schema, getDescription, getDisallow, getExtends, getId, getReadonly, getRequired, isAnySchema, isArraySchema, isBooleanSchema, isContainerTypeSchema, isIntegerSchema, isNullSchema, isNumberSchema, isObjectSchema, isStringSchema, isUnionTypeSchema, isValueTypeSchema, minimalForFormat, set$schema, setDescription, setDisallow, setExtends, setId, setReadonly, setRequired
protected String $ref
public ReferenceSchema(String ref)
public com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatTypes getType()
getType
in class JsonSchema
public String get$ref()
get$ref
in class JsonSchema
public void set$ref(String $ref)
set$ref
in class JsonSchema
public boolean equals(Object obj)
equals
in class SimpleTypeSchema
protected boolean _equals(ReferenceSchema that)
Copyright © 2017 FasterXML. All rights reserved.