Class JacksonAnnotationGenerator
java.lang.Object
com.github.muehmar.gradle.openapi.generator.java.generator.shared.jackson.JacksonAnnotationGenerator
-
Method Summary
Modifier and TypeMethodDescriptionstatic io.github.muehmar.codegenerator.Generator<JavaPojoMember,PojoSettings> static io.github.muehmar.codegenerator.Generator<JavaPojoMember,PojoSettings> static io.github.muehmar.codegenerator.Generator<JavaObjectPojo,PojoSettings> static <A> io.github.muehmar.codegenerator.Generator<A,PojoSettings> static <A> io.github.muehmar.codegenerator.Generator<A,PojoSettings> static <A> io.github.muehmar.codegenerator.Generator<A,PojoSettings> static <T extends JavaPojo>
io.github.muehmar.codegenerator.Generator<T,PojoSettings> static <T extends JavaPojoMember>
io.github.muehmar.codegenerator.Generator<T,PojoSettings> static io.github.muehmar.codegenerator.Generator<JavaPojoMember,PojoSettings> static <A> io.github.muehmar.codegenerator.Generator<A,PojoSettings> static <A> io.github.muehmar.codegenerator.Generator<A,PojoSettings> static <A> io.github.muehmar.codegenerator.Generator<A,PojoSettings> jsonPojoBuilderWithPrefix(String prefix) static io.github.muehmar.codegenerator.Generator<JavaPojoMember,PojoSettings> static <A> io.github.muehmar.codegenerator.Generator<A,PojoSettings>
-
Method Details
-
jsonProperty
-
jsonFormat
-
jsonIgnore
-
jsonIncludeNonNull
-
jsonValue
-
jsonCreator
-
jsonAnyGetter
-
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()
-