Class TransportableTypeVisitor
java.lang.Object
javax.lang.model.util.AbstractTypeVisitor6<Boolean,State>
javax.lang.model.util.SimpleTypeVisitor6<Boolean,State>
com.google.web.bindery.requestfactory.apt.TypeVisitorBase<Boolean>
com.google.web.bindery.requestfactory.apt.TransportableTypeVisitor
- All Implemented Interfaces:
TypeVisitor<Boolean,State>
Scans a TypeMirror to determine if it can be transported by RequestFactory.
-
Field Summary
Fields inherited from class javax.lang.model.util.SimpleTypeVisitor6
DEFAULT_VALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BooleandefaultAction(TypeMirror arg0, State arg1) visitDeclared(DeclaredType t, State state) visitPrimitive(PrimitiveType x, State state) visitTypeVariable(TypeVariable t, State state) visitWildcard(WildcardType t, State state) Methods inherited from class com.google.web.bindery.requestfactory.apt.TypeVisitorBase
getValueTypesMethods inherited from class javax.lang.model.util.SimpleTypeVisitor6
visitArray, visitError, visitExecutable, visitNoType, visitNullMethods inherited from class javax.lang.model.util.AbstractTypeVisitor6
visit, visit, visitIntersection, visitUnion, visitUnknown
-
Constructor Details
-
TransportableTypeVisitor
TransportableTypeVisitor()
-
-
Method Details
-
visitDeclared
- Specified by:
visitDeclaredin interfaceTypeVisitor<Boolean,State> - Overrides:
visitDeclaredin classSimpleTypeVisitor6<Boolean,State>
-
visitPrimitive
- Specified by:
visitPrimitivein interfaceTypeVisitor<Boolean,State> - Overrides:
visitPrimitivein classSimpleTypeVisitor6<Boolean,State>
-
visitTypeVariable
- Specified by:
visitTypeVariablein interfaceTypeVisitor<Boolean,State> - Overrides:
visitTypeVariablein classSimpleTypeVisitor6<Boolean,State>
-
visitWildcard
- Specified by:
visitWildcardin interfaceTypeVisitor<Boolean,State> - Overrides:
visitWildcardin classSimpleTypeVisitor6<Boolean,State>
-
defaultAction
- Overrides:
defaultActionin classSimpleTypeVisitor6<Boolean,State>
-