Package com.palantir.ptoss.util
Class Mutator
java.lang.Object
com.palantir.ptoss.util.Mutator
A class that performs the work of reading and setting values on a bound field.
- 
Method SummaryModifier and TypeMethodDescriptionstatic Mutatorcreate(BindingContext context, String target) Creates a new Mutator bound to the passedBindingContext.get()getModel()Class<?>getType()void
- 
Method Details- 
createCreates a new Mutator bound to the passedBindingContext.- Parameters:
- context- the context for this- Mutator
- target- the model and field to bind this- Mutatorto.
- Returns:
- the Mutator
- Throws:
- IntrospectionException
 
- 
getpublic Object get() throws IllegalArgumentException, IllegalAccessException, InvocationTargetException
- 
getType
- 
setpublic void set(Object value) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException 
- 
getModel
- 
getSetter
- 
getGetter
 
-