Uses of Interface
org.omnaest.utils.beans.adapter.source.SourcePropertyAccessor

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

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

Classes in org.omnaest.utils.beans.adapter that implement SourcePropertyAccessor
protected static class PropertynameMapToTypeAdapter.SourePropertyAccessorForMap
           
 

Methods in org.omnaest.utils.beans.adapter with parameters of type SourcePropertyAccessor
static
<T> T
SourcePropertyAccessorToTypeAdapter.newInstance(Class<T> type, SourcePropertyAccessor sourcePropertyAccessor)
          Creates a new SourcePropertyAccessorToTypeAdapter instance for the given Class based on the given SourcePropertyAccessor
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
 T SourcePropertyAccessorToTypeAdapter.Builder.newTypeAdapter(SourcePropertyAccessor sourcePropertyAccessor)
          Creates the type adapter stub
 T SourcePropertyAccessorToTypeAdapter.Builder.newTypeAdapter(SourcePropertyAccessor sourcePropertyAccessor, SourcePropertyAccessorDecorator[] sourcePropertyAccessorDecorators, MethodInvocationHandlerDecorator[] methodInvocationHandlerDecorators)
          Similar to SourcePropertyAccessorToTypeAdapter.Builder.newTypeAdapter(SourcePropertyAccessor) but allows to add further SourcePropertyAccessorDecorator and MethodInvocationHandlerDecorator instances.
 

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

Classes in org.omnaest.utils.beans.adapter.source that implement SourcePropertyAccessor
 class SourcePropertyAccessorDecorator
          Decorator for SourcePropertyAccessor
 class SourcePropertyAccessorDecoratorAdapter
          SourcePropertyAccessorDecorator which will listen to Converter annotated Methods.
 class SourcePropertyAccessorDecoratorDefaultValue
          SourcePropertyAccessorDecorator which will listen to DefaultValue annotated Methods
 class SourcePropertyAccessorDecoratorPropertyAccessOption
          SourcePropertyAccessorDecorator which will convert incoming keys based on a PropertyAccessOption
 class SourcePropertyAccessorDecoratorPropertyNameTemplate
          SourcePropertyAccessorDecorator which will listen to PropertyNameTemplate annotated Methods and Classes.
 

Fields in org.omnaest.utils.beans.adapter.source declared as SourcePropertyAccessor
protected  SourcePropertyAccessor SourcePropertyAccessorDecorator.sourcePropertyAccessor
           
 

Methods in org.omnaest.utils.beans.adapter.source with parameters of type SourcePropertyAccessor
 SourcePropertyAccessorDecorator SourcePropertyAccessorDecorator.setPropertyAccessorDecorator(SourcePropertyAccessor sourcePropertyAccessor)
          Sets the decorated SourcePropertyAccessor
 

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



Copyright © 2013. All Rights Reserved.