Package org.joda.convert
Class TypeUtils
java.lang.Object
org.joda.convert.TypeUtils
Parse the string format of Guava TypeToken.
This is loaded by reflection only when Guava is on the classpath. It relies on internal methods in Guava that could change in any release.
This parser is incomplete, but handles common cases. It does not handle union types or multi-dimensional arrays.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Typeprivate static ParameterizedTypenewParameterizedType(Class<?> base, Type... args) (package private) static TypeParses the TypeToken string format.private static TypewildExtendsType(Type bound) private static TypewildSuperType(Type bound)
-
Field Details
-
EXTENDS
- See Also:
-
SUPER
- See Also:
-
PRIMITIVES
-
-
Constructor Details
-
TypeUtils
private TypeUtils()
-
-
Method Details