public class NumberTypeHandler extends BaseTypeHandler
processingEnvironment| Constructor and Description |
|---|
NumberTypeHandler(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 |
builder, handlespublic NumberTypeHandler(ProcessingEnvironment processingEnvironment)
public 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 © 2023 MuleSoft, Inc.. All rights reserved.