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>
public abstract static class ReifiedType.Capture<T> extends Object implements 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypegetType()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.tick42.glue.core.ReifiedType
getRawType, isSubTypeOf, isSuperTypeOf
-
-
-
-
Method Detail
-
getType
public Type getType()
- Specified by:
getTypein interfaceReifiedType<T>
-
-