public interface TypeHandler
| Modifier and Type | Method and Description |
|---|---|
TypeBuilder<?> |
handle(TypeMirror typeMirror,
TypeVisitor<TypeBuilder<?>,IntrospectionContext> delegate,
IntrospectionContext context)
Handles a given
TypeMirror and returns the correspondent TypeBuilder |
boolean |
handles(TypeMirror typeMirror) |
boolean handles(TypeMirror typeMirror)
TypeHandler supports the given TypeMirrorTypeBuilder<?> handle(TypeMirror typeMirror, TypeVisitor<TypeBuilder<?>,IntrospectionContext> delegate, IntrospectionContext context)
TypeMirror and returns the correspondent TypeBuildertypeMirror - Type to introspectdelegate - Delegate visitorcontext - Current context with already introspected types.TypeBuilder representation of the given TypeMirrorCopyright © 2024 MuleSoft, Inc.. All rights reserved.