| Modifier and Type | Method and Description |
|---|---|
Set<InputField> |
InputFieldBuilderRegistry.getInputFields(InputFieldBuilderParams params) |
| Modifier and Type | Method and Description |
|---|---|
InputFieldBuilderParams |
InputFieldBuilderParams.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Set<InputField> |
InputFieldBuilder.getInputFields(InputFieldBuilderParams params) |
Set<InputField> |
AnnotationInputFieldBuilder.getInputFields(InputFieldBuilderParams params) |
| Modifier and Type | Method and Description |
|---|---|
Set<InputField> |
GsonValueMapper.getInputFields(InputFieldBuilderParams params)
Unlike Jackson, Gson doesn't expose any of its metadata, so this method is more or less a
reimplementation of
ReflectiveTypeAdapterFactory.getBoundFields(Gson, com.google.gson.reflect.TypeToken, Class) |
| Modifier and Type | Method and Description |
|---|---|
Set<InputField> |
JacksonValueMapper.getInputFields(InputFieldBuilderParams params) |
Copyright © 2016–2018. All rights reserved.