Class TypeCapture<T>

java.lang.Object
org.joda.convert.TypeCapture<T>

abstract class TypeCapture<T> extends Object
Captures the actual type of T.
  • Constructor Details

    • TypeCapture

      TypeCapture()
  • Method Details

    • capture

      final Type capture()
      Returns the captured type.