public final class TypeMirrorLoaderVisitor extends Object implements TypeVisitor<TypeBuilder<?>,IntrospectionContext>
| Constructor and Description |
|---|
TypeMirrorLoaderVisitor(ProcessingEnvironment processingEnvironment,
List<TypeHandler> handlers,
ObjectFieldHandler objectFieldHandler) |
| Modifier and Type | Method and Description |
|---|---|
TypeBuilder<?> |
visit(TypeMirror t) |
TypeBuilder<?> |
visit(TypeMirror t,
IntrospectionContext s) |
TypeBuilder<?> |
visitArray(ArrayType t,
IntrospectionContext s) |
TypeBuilder<?> |
visitDeclared(DeclaredType t,
IntrospectionContext context) |
TypeBuilder<?> |
visitError(ErrorType t,
IntrospectionContext s) |
TypeBuilder<?> |
visitExecutable(ExecutableType t,
IntrospectionContext s) |
TypeBuilder<?> |
visitIntersection(IntersectionType t,
IntrospectionContext s) |
TypeBuilder<?> |
visitNoType(NoType t,
IntrospectionContext s) |
TypeBuilder<?> |
visitNull(NullType t,
IntrospectionContext s) |
TypeBuilder<?> |
visitPrimitive(PrimitiveType t,
IntrospectionContext s) |
TypeBuilder<?> |
visitTypeVariable(TypeVariable t,
IntrospectionContext s) |
TypeBuilder<?> |
visitUnion(UnionType t,
IntrospectionContext s) |
TypeBuilder<?> |
visitUnknown(TypeMirror t,
IntrospectionContext s) |
TypeBuilder<?> |
visitWildcard(WildcardType t,
IntrospectionContext s) |
public TypeMirrorLoaderVisitor(ProcessingEnvironment processingEnvironment, List<TypeHandler> handlers, ObjectFieldHandler objectFieldHandler)
public TypeBuilder<?> visit(TypeMirror t, IntrospectionContext s)
visit in interface TypeVisitor<TypeBuilder<?>,IntrospectionContext>public TypeBuilder<?> visit(TypeMirror t)
visit in interface TypeVisitor<TypeBuilder<?>,IntrospectionContext>public TypeBuilder<?> visitPrimitive(PrimitiveType t, IntrospectionContext s)
visitPrimitive in interface TypeVisitor<TypeBuilder<?>,IntrospectionContext>public TypeBuilder<?> visitNull(NullType t, IntrospectionContext s)
visitNull in interface TypeVisitor<TypeBuilder<?>,IntrospectionContext>public TypeBuilder<?> visitArray(ArrayType t, IntrospectionContext s)
visitArray in interface TypeVisitor<TypeBuilder<?>,IntrospectionContext>public TypeBuilder<?> visitDeclared(DeclaredType t, IntrospectionContext context)
visitDeclared in interface TypeVisitor<TypeBuilder<?>,IntrospectionContext>public TypeBuilder<?> visitError(ErrorType t, IntrospectionContext s)
visitError in interface TypeVisitor<TypeBuilder<?>,IntrospectionContext>public TypeBuilder<?> visitTypeVariable(TypeVariable t, IntrospectionContext s)
visitTypeVariable in interface TypeVisitor<TypeBuilder<?>,IntrospectionContext>public TypeBuilder<?> visitWildcard(WildcardType t, IntrospectionContext s)
visitWildcard in interface TypeVisitor<TypeBuilder<?>,IntrospectionContext>public TypeBuilder<?> visitExecutable(ExecutableType t, IntrospectionContext s)
visitExecutable in interface TypeVisitor<TypeBuilder<?>,IntrospectionContext>public TypeBuilder<?> visitNoType(NoType t, IntrospectionContext s)
visitNoType in interface TypeVisitor<TypeBuilder<?>,IntrospectionContext>public TypeBuilder<?> visitUnknown(TypeMirror t, IntrospectionContext s)
visitUnknown in interface TypeVisitor<TypeBuilder<?>,IntrospectionContext>public TypeBuilder<?> visitUnion(UnionType t, IntrospectionContext s)
visitUnion in interface TypeVisitor<TypeBuilder<?>,IntrospectionContext>public TypeBuilder<?> visitIntersection(IntersectionType t, IntrospectionContext s)
visitIntersection in interface TypeVisitor<TypeBuilder<?>,IntrospectionContext>Copyright © 2021 MuleSoft, Inc.. All rights reserved.