Uses of Class
io.leangen.graphql.metadata.strategy.value.gson.GsonValueMapperFactory.Builder
-
Packages that use GsonValueMapperFactory.Builder Package Description io.leangen.graphql.metadata.strategy.value.gson -
-
Uses of GsonValueMapperFactory.Builder in io.leangen.graphql.metadata.strategy.value.gson
Methods in io.leangen.graphql.metadata.strategy.value.gson that return GsonValueMapperFactory.Builder Modifier and Type Method Description static GsonValueMapperFactory.BuilderGsonValueMapperFactory. builder()GsonValueMapperFactory.BuilderGsonValueMapperFactory.Builder. withConfigurer(GsonValueMapperFactory.Configurer configurer)GsonValueMapperFactory.BuilderGsonValueMapperFactory.Builder. withFieldNamingStrategy(com.google.gson.FieldNamingStrategy fieldNamingStrategy)GsonValueMapperFactory.BuilderGsonValueMapperFactory.Builder. withPrototype(com.google.gson.Gson prototype)GsonValueMapperFactory.BuilderGsonValueMapperFactory.Builder. withTypeInfoGenerator(TypeInfoGenerator typeInfoGenerator)
-