Uses of Class
org.omnaest.utils.beans.adapter.PropertyAccessOption

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

Uses of PropertyAccessOption in org.omnaest.utils.beans.adapter
 

Methods in org.omnaest.utils.beans.adapter that return PropertyAccessOption
 PropertyAccessOption SourcePropertyAccessorToTypeAdapter.Configuration.getPropertyAccessOption()
           
static PropertyAccessOption PropertyAccessOption.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PropertyAccessOption[] PropertyAccessOption.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.omnaest.utils.beans.adapter with parameters of type PropertyAccessOption
static
<B> Map<String,Object>
TypeToPropertynameMapAdapter.newInstance(B bean, PropertyAccessOption propertyAccessOption)
           
 void SourcePropertyAccessorToTypeAdapter.Configuration.setPropertyAccessOption(PropertyAccessOption propertyAccessOption)
           
 

Constructors in org.omnaest.utils.beans.adapter with parameters of type PropertyAccessOption
PropertynameMapToTypeAdapter.Configuration(PropertyAccessOption propertyAccessOption, boolean isRegardingAdapterAnnotation, boolean isRegardingPropertyNameTemplateAnnotation, boolean isRegardingDefaultValueAnnotation, boolean underlyingMapAware, boolean simulatingToString)
           
SourcePropertyAccessorToTypeAdapter.Configuration(PropertyAccessOption propertyAccessOption, boolean isRegardingAdapterAnnotation, boolean isRegardingPropertyNameTemplateAnnotation, boolean isRegardingDefaultValueAnnotation)
           
TypeToPropertynameMapAdapter(B bean, PropertyAccessOption propertyAccessOption)
           
 

Uses of PropertyAccessOption in org.omnaest.utils.beans.adapter.source
 

Fields in org.omnaest.utils.beans.adapter.source declared as PropertyAccessOption
protected  PropertyAccessOption SourcePropertyAccessorDecoratorPropertyAccessOption.propertyAccessOption
           
 

Constructors in org.omnaest.utils.beans.adapter.source with parameters of type PropertyAccessOption
SourcePropertyAccessorDecoratorPropertyAccessOption(PropertyAccessOption propertyAccessOption)
           
SourcePropertyAccessorDecoratorPropertyAccessOption(SourcePropertyAccessor sourcePropertyAccessor, PropertyAccessOption propertyAccessOption)
           
 



Copyright © 2013. All Rights Reserved.