public class ModelAnnotator
extends org.jsonschema2pojo.AbstractAnnotator
| Constructor and Description |
|---|
ModelAnnotator() |
| Modifier and Type | Method and Description |
|---|---|
void |
propertyField(com.sun.codemodel.JFieldVar field,
com.sun.codemodel.JDefinedClass clazz,
String propertyName,
com.fasterxml.jackson.databind.JsonNode propertyNode) |
void |
propertyOrder(com.sun.codemodel.JDefinedClass clazz,
com.fasterxml.jackson.databind.JsonNode propertiesNode) |
additionalPropertiesField, anyGetter, anySetter, dateField, dateTimeField, enumConstant, enumCreatorMethod, enumValueMethod, getGenerationConfig, isAdditionalPropertiesSupported, isPolymorphicDeserializationSupported, propertyGetter, propertyInclusion, propertySetter, timeField, typeInfopublic void propertyOrder(com.sun.codemodel.JDefinedClass clazz,
com.fasterxml.jackson.databind.JsonNode propertiesNode)
propertyOrder in interface org.jsonschema2pojo.AnnotatorpropertyOrder in class org.jsonschema2pojo.AbstractAnnotatorpublic void propertyField(com.sun.codemodel.JFieldVar field,
com.sun.codemodel.JDefinedClass clazz,
String propertyName,
com.fasterxml.jackson.databind.JsonNode propertyNode)
propertyField in interface org.jsonschema2pojo.AnnotatorpropertyField in class org.jsonschema2pojo.AbstractAnnotatorCopyright © 2015–2021 Red Hat. All rights reserved.