com.googlecode.sarasvati.load.properties
Class PropertyMutatorRegistry

java.lang.Object
  extended by com.googlecode.sarasvati.load.properties.PropertyMutatorRegistry

public class PropertyMutatorRegistry
extends Object


Constructor Summary
PropertyMutatorRegistry()
           
 
Method Summary
static PropertyMutator getMutator(PropertyDescriptor pd, Object obj, PropertyMutator defaultMutator)
           
static void registerPropertyMutator(Class<?> targetClass, Class<?> mutatorClass)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyMutatorRegistry

public PropertyMutatorRegistry()
Method Detail

registerPropertyMutator

public static void registerPropertyMutator(Class<?> targetClass,
                                           Class<?> mutatorClass)

getMutator

public static PropertyMutator getMutator(PropertyDescriptor pd,
                                         Object obj,
                                         PropertyMutator defaultMutator)