Class TypeUtils

java.lang.Object
org.joda.convert.TypeUtils

final class TypeUtils extends Object
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.