T - The type of object that the Indirect containspublic interface Indirect<T>
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getUnconverted()Returns a String representation of the object contained or referred to by
 this Indirect. | 
| T | resolvesTo()Returns the object contained or referred to by this Indirect. | 
T resolvesTo()
java.lang.String getUnconverted()