public class DockerTypeAnnotator
extends org.jsonschema2pojo.Jackson2Annotator
| Constructor and Description |
|---|
DockerTypeAnnotator() |
| Modifier and Type | Method and Description |
|---|---|
void |
additionalPropertiesField(com.sun.codemodel.JFieldVar field,
com.sun.codemodel.JDefinedClass clazz,
String propertyName) |
void |
anyGetter(com.sun.codemodel.JMethod getter) |
void |
anySetter(com.sun.codemodel.JMethod setter) |
void |
enumConstant(com.sun.codemodel.JEnumConstant constant,
String value) |
void |
enumCreatorMethod(com.sun.codemodel.JMethod creatorMethod) |
void |
enumValueMethod(com.sun.codemodel.JMethod valueMethod) |
boolean |
isAdditionalPropertiesSupported() |
void |
propertyField(com.sun.codemodel.JFieldVar field,
com.sun.codemodel.JDefinedClass clazz,
String propertyName,
com.fasterxml.jackson.databind.JsonNode propertyNode) |
void |
propertyGetter(com.sun.codemodel.JMethod getter,
String propertyName) |
void |
propertyInclusion(com.sun.codemodel.JDefinedClass clazz,
com.fasterxml.jackson.databind.JsonNode schema) |
void |
propertyOrder(com.sun.codemodel.JDefinedClass clazz,
com.fasterxml.jackson.databind.JsonNode propertiesNode) |
void |
propertySetter(com.sun.codemodel.JMethod setter,
String propertyName) |
public void propertyOrder(com.sun.codemodel.JDefinedClass clazz,
com.fasterxml.jackson.databind.JsonNode propertiesNode)
propertyOrder in interface org.jsonschema2pojo.AnnotatorpropertyOrder in class org.jsonschema2pojo.Jackson2Annotatorpublic void propertyInclusion(com.sun.codemodel.JDefinedClass clazz,
com.fasterxml.jackson.databind.JsonNode schema)
propertyInclusion in interface org.jsonschema2pojo.AnnotatorpropertyInclusion in class org.jsonschema2pojo.Jackson2Annotatorpublic 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.Jackson2Annotatorpublic void propertyGetter(com.sun.codemodel.JMethod getter,
String propertyName)
propertyGetter in interface org.jsonschema2pojo.AnnotatorpropertyGetter in class org.jsonschema2pojo.Jackson2Annotatorpublic void propertySetter(com.sun.codemodel.JMethod setter,
String propertyName)
propertySetter in interface org.jsonschema2pojo.AnnotatorpropertySetter in class org.jsonschema2pojo.Jackson2Annotatorpublic void anyGetter(com.sun.codemodel.JMethod getter)
anyGetter in interface org.jsonschema2pojo.AnnotatoranyGetter in class org.jsonschema2pojo.Jackson2Annotatorpublic void anySetter(com.sun.codemodel.JMethod setter)
anySetter in interface org.jsonschema2pojo.AnnotatoranySetter in class org.jsonschema2pojo.Jackson2Annotatorpublic void enumCreatorMethod(com.sun.codemodel.JMethod creatorMethod)
enumCreatorMethod in interface org.jsonschema2pojo.AnnotatorenumCreatorMethod in class org.jsonschema2pojo.Jackson2Annotatorpublic void enumValueMethod(com.sun.codemodel.JMethod valueMethod)
enumValueMethod in interface org.jsonschema2pojo.AnnotatorenumValueMethod in class org.jsonschema2pojo.Jackson2Annotatorpublic void enumConstant(com.sun.codemodel.JEnumConstant constant,
String value)
enumConstant in interface org.jsonschema2pojo.AnnotatorenumConstant in class org.jsonschema2pojo.Jackson2Annotatorpublic boolean isAdditionalPropertiesSupported()
isAdditionalPropertiesSupported in interface org.jsonschema2pojo.AnnotatorisAdditionalPropertiesSupported in class org.jsonschema2pojo.Jackson2Annotatorpublic void additionalPropertiesField(com.sun.codemodel.JFieldVar field,
com.sun.codemodel.JDefinedClass clazz,
String propertyName)
additionalPropertiesField in interface org.jsonschema2pojo.AnnotatoradditionalPropertiesField in class org.jsonschema2pojo.Jackson2AnnotatorCopyright © 2015–2016 Red Hat. All rights reserved.