Package org.joda.convert
Class Types.TypeVisitor
java.lang.Object
org.joda.convert.Types.TypeVisitor
- Enclosing class:
Types
Visitor pattern to evaluate
Type.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidVisits the given types.(package private) voidvisitClass(Class<?> t) (package private) void(package private) void(package private) void(package private) void
-
Field Details
-
visited
-
-
Constructor Details
-
TypeVisitor
private TypeVisitor()
-
-
Method Details
-
visit
Visits the given types. Null types are ignored. This allows subclasses to callvisit(parameterizedType.getOwnerType())safely without having to check nulls. -
visitClass
-
visitGenericArrayType
-
visitParameterizedType
-
visitTypeVariable
-
visitWildcardType
-