Uses of Package
org.omnaest.utils.beans.adapter

Packages that use org.omnaest.utils.beans.adapter
org.omnaest.utils.beans.adapter   
org.omnaest.utils.beans.adapter.source   
 

Classes in org.omnaest.utils.beans.adapter used by org.omnaest.utils.beans.adapter
PropertyAccessOption
          Options to modify the property access behavior regarding the property keys of a underlying structure
PropertynameMapToTypeAdapter.Builder
          PropertynameMapToTypeAdapter.Builder which allows to create multiple instances based on the same Class type and PropertynameMapToTypeAdapter.Configuration.
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.
SourcePropertyAccessorToTypeAdapter.Builder
          SourcePropertyAccessorToTypeAdapter.Builder for multiple instances based on the same Class type and SourcePropertyAccessorToTypeAdapter.Configuration instance.
SourcePropertyAccessorToTypeAdapter.Configuration
          The SourcePropertyAccessorToTypeAdapter.Configuration of a SourcePropertyAccessorToTypeAdapter includes following settings:

SourcePropertyAccessorToTypeAdapter.Configuration.setPropertyAccessOption(PropertyAccessOption) SourcePropertyAccessorToTypeAdapter.Configuration.setRegardingAdapterAnnotation(boolean) SourcePropertyAccessorToTypeAdapter.Configuration.setRegardedAnnotationScope(RegardedAnnotationScope) SourcePropertyAccessorToTypeAdapter.Configuration.setRegardingDefaultValueAnnotation(boolean)

If SourcePropertyAccessorToTypeAdapter.Configuration.setPropertyAccessOption(PropertyAccessOption) is set to another PropertyAccessOption it is possible to access the underlying Map keys e.g. with lowercased keys instead of the case sensitive property names.
SourcePropertyAccessorToTypeAdapter.Configuration.RegardedAnnotationScope
          Scope Annotations are scanned
 

Classes in org.omnaest.utils.beans.adapter used by org.omnaest.utils.beans.adapter.source
PropertyAccessOption
          Options to modify the property access behavior regarding the property keys of a underlying structure
 



Copyright © 2013. All Rights Reserved.