com.sun.xml.bind.v2.model.nav
Class TypeVisitor<T,P>
java.lang.Object
com.sun.xml.bind.v2.model.nav.TypeVisitor<T,P>
abstract class TypeVisitor<T,P>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeVisitor
TypeVisitor()
visit
public final T visit(Type t,
P param)
onClass
protected abstract T onClass(Class c,
P param)
onParameterizdType
protected abstract T onParameterizdType(ParameterizedType p,
P param)
onGenericArray
protected abstract T onGenericArray(GenericArrayType g,
P param)
onVariable
protected abstract T onVariable(TypeVariable v,
P param)
onWildcard
protected abstract T onWildcard(WildcardType w,
P param)