public class JoinRow extends Object
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(Class<T> klass)
Return the value mapped for a given class.
|
Object |
get(Type type)
Return the value mapped for a given type.
|
public <T> T get(Class<T> klass)
T - the type to mapklass - the type that was mappedCopyright © 2019. All rights reserved.