Class GsonValueMapperFactory.Builder
- java.lang.Object
-
- io.leangen.graphql.metadata.strategy.value.gson.GsonValueMapperFactory.Builder
-
- Enclosing class:
- GsonValueMapperFactory
public static class GsonValueMapperFactory.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GsonValueMapperFactory
build()
GsonValueMapperFactory.Builder
withConfigurer(GsonValueMapperFactory.Configurer configurer)
GsonValueMapperFactory.Builder
withFieldNamingStrategy(com.google.gson.FieldNamingStrategy fieldNamingStrategy)
GsonValueMapperFactory.Builder
withPrototype(com.google.gson.Gson prototype)
GsonValueMapperFactory.Builder
withTypeInfoGenerator(TypeInfoGenerator typeInfoGenerator)
-
-
-
Method Detail
-
withFieldNamingStrategy
public GsonValueMapperFactory.Builder withFieldNamingStrategy(com.google.gson.FieldNamingStrategy fieldNamingStrategy)
-
withTypeInfoGenerator
public GsonValueMapperFactory.Builder withTypeInfoGenerator(TypeInfoGenerator typeInfoGenerator)
-
withPrototype
public GsonValueMapperFactory.Builder withPrototype(com.google.gson.Gson prototype)
-
withConfigurer
public GsonValueMapperFactory.Builder withConfigurer(GsonValueMapperFactory.Configurer configurer)
-
build
public GsonValueMapperFactory build()
-
-