Package org.joda.convert
Class TypeCapture<T>
- java.lang.Object
-
- org.joda.convert.TypeCapture<T>
-
abstract class TypeCapture<T> extends java.lang.ObjectCaptures the actual type ofT.
-
-
Constructor Summary
Constructors Constructor Description TypeCapture()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.reflect.Typecapture()Returns the captured type.
-