Uses of Class
org.omnaest.utils.proxy.handler.MethodInvocationHandlerDecorator

Packages that use MethodInvocationHandlerDecorator
org.omnaest.utils.beans.adapter   
org.omnaest.utils.proxy.handler   
 

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

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

Methods in org.omnaest.utils.beans.adapter with parameters of type MethodInvocationHandlerDecorator
 void SourcePropertyAccessorToTypeAdapter.Configuration.addMethodInvocationHandlerDecorator(MethodInvocationHandlerDecorator methodInvocationHandlerDecorator)
           
 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.setMethodInvocationHandlerDecorators(MethodInvocationHandlerDecorator[] methodInvocationHandlerDecorators)
           
 

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

Uses of MethodInvocationHandlerDecorator in org.omnaest.utils.proxy.handler
 

Subclasses of MethodInvocationHandlerDecorator in org.omnaest.utils.proxy.handler
 class MethodInvocationHandlerDecoratorToString
          Decorator MethodInvocationHandler which captures a call for the Object.toString() method and forwards all other invocations.
 class MethodInvocationHandlerDecoratorUnderlyingMapAware
          Decorator MethodInvocationHandler which captures a call for the UnderlyingMapAware.getUnderlyingMap() method
 

Methods in org.omnaest.utils.proxy.handler that return MethodInvocationHandlerDecorator
 MethodInvocationHandlerDecorator MethodInvocationHandlerDecorator.setMethodInvocationHandler(MethodInvocationHandler methodInvocationHandler)
          Sets the decorated MethodInvocationHandler
 



Copyright © 2013. All Rights Reserved.