Class TransportableTypeVisitor
- java.lang.Object
-
- javax.lang.model.util.AbstractTypeVisitor6<R,P>
-
- javax.lang.model.util.SimpleTypeVisitor6<T,State>
-
- com.google.web.bindery.requestfactory.apt.TypeVisitorBase<java.lang.Boolean>
-
- com.google.web.bindery.requestfactory.apt.TransportableTypeVisitor
-
- All Implemented Interfaces:
javax.lang.model.type.TypeVisitor<java.lang.Boolean,State>
class TransportableTypeVisitor extends TypeVisitorBase<java.lang.Boolean>
Scans a TypeMirror to determine if it can be transported by RequestFactory.
-
-
Constructor Summary
Constructors Constructor Description TransportableTypeVisitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.BooleandefaultAction(javax.lang.model.type.TypeMirror arg0, State arg1)java.lang.BooleanvisitDeclared(javax.lang.model.type.DeclaredType t, State state)java.lang.BooleanvisitPrimitive(javax.lang.model.type.PrimitiveType x, State state)java.lang.BooleanvisitTypeVariable(javax.lang.model.type.TypeVariable t, State state)java.lang.BooleanvisitWildcard(javax.lang.model.type.WildcardType t, State state)-
Methods inherited from class com.google.web.bindery.requestfactory.apt.TypeVisitorBase
getValueTypes
-
Methods inherited from class javax.lang.model.util.SimpleTypeVisitor6
visitArray, visitError, visitExecutable, visitNoType, visitNull
-
-
-
-
Method Detail
-
visitDeclared
public java.lang.Boolean visitDeclared(javax.lang.model.type.DeclaredType t, State state)
-
visitPrimitive
public java.lang.Boolean visitPrimitive(javax.lang.model.type.PrimitiveType x, State state)
-
visitTypeVariable
public java.lang.Boolean visitTypeVariable(javax.lang.model.type.TypeVariable t, State state)
-
visitWildcard
public java.lang.Boolean visitWildcard(javax.lang.model.type.WildcardType t, State state)
-
-