public static class GsonValueMapperFactory.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and 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) |
public GsonValueMapperFactory.Builder withFieldNamingStrategy(com.google.gson.FieldNamingStrategy fieldNamingStrategy)
public GsonValueMapperFactory.Builder withTypeInfoGenerator(TypeInfoGenerator typeInfoGenerator)
public GsonValueMapperFactory.Builder withPrototype(com.google.gson.Gson prototype)
public GsonValueMapperFactory.Builder withConfigurer(GsonValueMapperFactory.Configurer configurer)
public GsonValueMapperFactory build()
Copyright © 2016–2018. All rights reserved.