public class JsonArrayData extends JsonPrimitiveData
ID_TAG, ITEMS_TAG, PROPRTIES_TAG, REQUIRED_TAG, SCHEMA_ID, SCHEMA_TAG, SCHEMA_URL, TYPE_TAG| Constructor and Description |
|---|
JsonArrayData() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(JsonData elem) |
boolean |
equals(java.lang.Object object) |
void |
generateSchema(com.fasterxml.jackson.core.JsonGenerator generator) |
int |
hashCode() |
JsonData |
union(JsonData data) |
getTypepublic void add(JsonData elem) throws UnsupportedJsonStructureException
public boolean equals(java.lang.Object object)
equals in class JsonPrimitiveDatapublic int hashCode()
hashCode in class JsonPrimitiveDatapublic JsonData union(JsonData data) throws UnsupportedJsonStructureException
union in interface JsonDataunion in class JsonPrimitiveDataUnsupportedJsonStructureExceptionpublic void generateSchema(com.fasterxml.jackson.core.JsonGenerator generator)
throws java.io.IOException,
com.fasterxml.jackson.core.JsonGenerationException
generateSchema in interface JsonDatagenerateSchema in class JsonPrimitiveDatajava.io.IOExceptioncom.fasterxml.jackson.core.JsonGenerationException