Package org.apache.juneau.reflect
Class Mutater<I,O> 
java.lang.Object
org.apache.juneau.reflect.Mutater<I,O> 
- Type Parameters:
- I- Input type.
- O- Output type.
An interface for creating objects from other objects such as a String  or Reader .
 
See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Mutaterpublic Mutater()
 
- 
- 
Method Details- 
mutateMethod for instantiating an object from another object.- Parameters:
- in- The input object.
- Returns:
- The output object.
 
- 
mutateMethod for instantiating an object from another object.- Parameters:
- outer- The context object.
- in- The input object.
- Returns:
- The output object.
 
 
-