java.lang.Object
com.github.muehmar.gradle.openapi.generator.java.generator.shared.jackson.JacksonAnnotationGenerator

public class JacksonAnnotationGenerator extends Object
  • Method Details

    • jsonProperty

      public static io.github.muehmar.codegenerator.Generator<JavaPojoMember,PojoSettings> jsonProperty()
    • jsonFormat

      public static io.github.muehmar.codegenerator.Generator<JavaPojoMember,PojoSettings> jsonFormat()
    • jsonIgnore

      public static <A> io.github.muehmar.codegenerator.Generator<A,PojoSettings> jsonIgnore()
    • jsonIncludeNonNull

      public static <A> io.github.muehmar.codegenerator.Generator<A,PojoSettings> jsonIncludeNonNull()
    • jsonValue

      public static <A> io.github.muehmar.codegenerator.Generator<A,PojoSettings> jsonValue()
    • jsonCreator

      public static <A> io.github.muehmar.codegenerator.Generator<A,PojoSettings> jsonCreator()
    • jsonAnyGetter

      public static <A> io.github.muehmar.codegenerator.Generator<A,PojoSettings> jsonAnyGetter()
    • jsonAnySetter

      public static <A> io.github.muehmar.codegenerator.Generator<A,PojoSettings> jsonAnySetter()
    • jsonPojoBuilderWithPrefix

      public static <A> io.github.muehmar.codegenerator.Generator<A,PojoSettings> jsonPojoBuilderWithPrefix(String prefix)
    • jsonDeserializeForBuilder

      public static <T extends JavaPojo> io.github.muehmar.codegenerator.Generator<T,PojoSettings> jsonDeserializeForBuilder()
    • jsonDeserializeForMember

      public static <T extends JavaPojoMember> io.github.muehmar.codegenerator.Generator<T,PojoSettings> jsonDeserializeForMember()
    • jacksonXmlRootElement

      public static io.github.muehmar.codegenerator.Generator<JavaObjectPojo,PojoSettings> jacksonXmlRootElement()
    • jacksonXmlProperty

      public static io.github.muehmar.codegenerator.Generator<JavaPojoMember,PojoSettings> jacksonXmlProperty()
    • jacksonXmlElementWrapper

      public static io.github.muehmar.codegenerator.Generator<JavaPojoMember,PojoSettings> jacksonXmlElementWrapper()