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 Summary
-
Method Summary
-
Constructor Details
-
Mutater
public Mutater()
-
-
Method Details
-
mutate
Method for instantiating an object from another object.- Parameters:
in
- The input object.- Returns:
- The output object.
-
mutate
Method for instantiating an object from another object.- Parameters:
outer
- The context object.in
- The input object.- Returns:
- The output object.
-