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, setRequiredprotected String $ref
public ReferenceSchema(String ref)
public com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatTypes getType()
getType in class JsonSchemapublic String get$ref()
get$ref in class JsonSchemapublic void set$ref(String $ref)
set$ref in class JsonSchemapublic boolean equals(Object obj)
equals in class SimpleTypeSchemaprotected boolean _equals(ReferenceSchema that)
Copyright © 2024 FasterXML. All rights reserved.