Uses of Class
org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecorator

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

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

Methods in org.omnaest.utils.beans.adapter that return SourcePropertyAccessorDecorator
 SourcePropertyAccessorDecorator[] SourcePropertyAccessorToTypeAdapter.Configuration.getSourcePropertyAccessorDecorators()
           
 

Methods in org.omnaest.utils.beans.adapter with parameters of type SourcePropertyAccessorDecorator
 void SourcePropertyAccessorToTypeAdapter.Configuration.addSourcePropertyAccessorDecorator(SourcePropertyAccessorDecorator sourcePropertyAccessorDecorator)
           
 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.
 void SourcePropertyAccessorToTypeAdapter.Configuration.setSourcePropertyAccessorDecorators(SourcePropertyAccessorDecorator[] sourcePropertyAccessorDecorators)
           
 

Constructors in org.omnaest.utils.beans.adapter with parameters of type SourcePropertyAccessorDecorator
PropertynameMapToTypeAdapter.Configuration(MethodInvocationHandlerDecorator[] methodInvocationHandlerDecorators, SourcePropertyAccessorDecorator[] sourcePropertyAccessorDecorators)
           
SourcePropertyAccessorToTypeAdapter.Configuration(MethodInvocationHandlerDecorator[] methodInvocationHandlerDecorators, SourcePropertyAccessorDecorator[] sourcePropertyAccessorDecorators)
           
 

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

Subclasses of SourcePropertyAccessorDecorator in org.omnaest.utils.beans.adapter.source
 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.
 

Methods in org.omnaest.utils.beans.adapter.source that return SourcePropertyAccessorDecorator
 SourcePropertyAccessorDecorator SourcePropertyAccessorDecorator.setPropertyAccessorDecorator(SourcePropertyAccessor sourcePropertyAccessor)
          Sets the decorated SourcePropertyAccessor
 



Copyright © 2013. All Rights Reserved.