Package com.tick42.glue.internal.core
Class DefaultReifiedType<T>
java.lang.Object
com.tick42.glue.internal.core.DefaultReifiedType<T>
- All Implemented Interfaces:
ReifiedType<T>
public class DefaultReifiedType<T> extends Object implements ReifiedType<T>
-
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 -
Constructor Summary
Constructors Constructor Description DefaultReifiedType(Type type) -
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
-
Constructor Details
-
DefaultReifiedType
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceReifiedType<T>
-