ahc.generic
Class AttributeSetterFactory

java.lang.Object
  |
  +--ahc.generic.AttributeSetterFactory

public class AttributeSetterFactory
extends java.lang.Object

This is the factory for AttributeSetter implementations. For the trade-offs between the different algorithms see AttributeGetterFactory.

Author:
Arno Haase

Constructor Summary
AttributeSetterFactory()
           
 
Method Summary
static AttributeSetter createCachingReflectionSetter()
           
static AttributeSetter createClassLoaderSetter()
           
static AttributeSetter createNonCachingReflectionSetter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeSetterFactory

public AttributeSetterFactory()
Method Detail

createClassLoaderSetter

public static AttributeSetter createClassLoaderSetter()

createNonCachingReflectionSetter

public static AttributeSetter createNonCachingReflectionSetter()

createCachingReflectionSetter

public static AttributeSetter createCachingReflectionSetter()