|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SourcePropertyAccessorToTypeAdapter.Configuration | |
|---|---|
| org.omnaest.utils.beans.adapter | |
| Uses of SourcePropertyAccessorToTypeAdapter.Configuration in org.omnaest.utils.beans.adapter |
|---|
| Subclasses of SourcePropertyAccessorToTypeAdapter.Configuration in org.omnaest.utils.beans.adapter | |
|---|---|
static class |
PropertynameMapToTypeAdapter.Configuration
The PropertynameMapToTypeAdapter.Configuration of a PropertynameMapToTypeAdapter includes following settings:PropertynameMapToTypeAdapter.Configuration.setSimulatingToString(boolean)
PropertynameMapToTypeAdapter.Configuration.setUnderlyingMapAware(boolean)
From the SourcePropertyAccessorToTypeAdapter.Configuration there are several more
settings available, too. |
| Methods in org.omnaest.utils.beans.adapter with parameters of type SourcePropertyAccessorToTypeAdapter.Configuration | ||
|---|---|---|
static
|
SourcePropertyAccessorToTypeAdapter.builder(Class<T> type,
SourcePropertyAccessorToTypeAdapter.Configuration configuration)
Creates a new SourcePropertyAccessorToTypeAdapter.Builder instance which allows to create multiple adapter instances much faster. |
|
static
|
SourcePropertyAccessorToTypeAdapter.newInstance(Class<T> type,
SourcePropertyAccessor sourcePropertyAccessor,
SourcePropertyAccessorToTypeAdapter.Configuration configuration)
Creates a new SourcePropertyAccessorToTypeAdapter instance for the given Class based on the given
SourcePropertyAccessor |
|
| Constructors in org.omnaest.utils.beans.adapter with parameters of type SourcePropertyAccessorToTypeAdapter.Configuration | |
|---|---|
SourcePropertyAccessorToTypeAdapter(Class<T> type,
SourcePropertyAccessorToTypeAdapter.Configuration configuration)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||