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 GsonValueMapperFactorybuild()GsonValueMapperFactory.BuilderwithConfigurer(GsonValueMapperFactory.Configurer configurer)GsonValueMapperFactory.BuilderwithFieldNamingStrategy(com.google.gson.FieldNamingStrategy fieldNamingStrategy)GsonValueMapperFactory.BuilderwithPrototype(com.google.gson.Gson prototype)GsonValueMapperFactory.BuilderwithTypeInfoGenerator(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()
-
-