public class EnumTypeHandler extends BaseTypeHandler
processingEnvironment| Constructor and Description |
|---|
EnumTypeHandler(ProcessingEnvironment processingEnvironment) |
| Modifier and Type | Method and Description |
|---|---|
TypeBuilder<?> |
handle(TypeMirror typeMirror,
TypeVisitor<TypeBuilder<?>,IntrospectionContext> visitor,
IntrospectionContext context)
Handles a given
TypeMirror and returns the correspondent TypeBuilder |
boolean |
handles(TypeMirror typeMirror) |
builderpublic EnumTypeHandler(ProcessingEnvironment processingEnvironment)
public boolean handles(TypeMirror typeMirror)
handles in interface TypeHandlerhandles in class BaseTypeHandlerTypeHandler supports the given TypeMirrorpublic TypeBuilder<?> handle(TypeMirror typeMirror, TypeVisitor<TypeBuilder<?>,IntrospectionContext> visitor, IntrospectionContext context)
TypeHandlerTypeMirror and returns the correspondent TypeBuildertypeMirror - Type to introspectvisitor - Delegate visitorcontext - Current context with already introspected types.TypeBuilder representation of the given TypeMirrorCopyright © 2022 MuleSoft, Inc.. All rights reserved.