Package com.tick42.glue.core
Class ReifiedType.Capture<T>
java.lang.Object
com.tick42.glue.core.ReifiedType.Capture<T>
- Type Parameters:
T- type to capture
- All Implemented Interfaces:
ReifiedType<T>
- Enclosing interface:
ReifiedType<T>
Capture a generic type using (usually anonymous) sub-classing.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.tick42.glue.core.ReifiedType
ReifiedType.Capture<T> -
Field Summary
Fields inherited from interface com.tick42.glue.core.ReifiedType
OBJECT_MAP -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.tick42.glue.core.ReifiedType
getRawType, isSubTypeOf, isSuperTypeOf
-
Method Details
-
getType
- Specified by:
getTypein interfaceReifiedType<T>
-