Class ConstAnnotator

java.lang.Object
org.jsonschema2pojo.AbstractAnnotator
io.serverlessworkflow.generator.ConstAnnotator
All Implemented Interfaces:
org.jsonschema2pojo.Annotator

public class ConstAnnotator extends org.jsonschema2pojo.AbstractAnnotator
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConstAnnotator(org.jsonschema2pojo.GenerationConfig generationConfig)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    propertyField(com.sun.codemodel.JFieldVar field, com.sun.codemodel.JDefinedClass clazz, String propertyName, com.fasterxml.jackson.databind.JsonNode propertyNode)
     

    Methods inherited from class org.jsonschema2pojo.AbstractAnnotator

    additionalPropertiesField, anyGetter, anySetter, dateField, dateTimeField, enumConstant, enumCreatorMethod, enumValueMethod, getGenerationConfig, isAdditionalPropertiesSupported, isPolymorphicDeserializationSupported, propertyGetter, propertyInclusion, propertyOrder, propertySetter, timeField, typeInfo

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConstAnnotator

      public ConstAnnotator(org.jsonschema2pojo.GenerationConfig generationConfig)
  • Method Details

    • propertyField

      public void propertyField(com.sun.codemodel.JFieldVar field, com.sun.codemodel.JDefinedClass clazz, String propertyName, com.fasterxml.jackson.databind.JsonNode propertyNode)
      Specified by:
      propertyField in interface org.jsonschema2pojo.Annotator
      Overrides:
      propertyField in class org.jsonschema2pojo.AbstractAnnotator