Uses of Class
org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration

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
<T> SourcePropertyAccessorToTypeAdapter.Builder<T>
SourcePropertyAccessorToTypeAdapter.builder(Class<T> type, SourcePropertyAccessorToTypeAdapter.Configuration configuration)
          Creates a new SourcePropertyAccessorToTypeAdapter.Builder instance which allows to create multiple adapter instances much faster.
static
<T> T
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)
           
 



Copyright © 2013. All Rights Reserved.