public class StringTypeHandler extends BaseTypeHandler
TypeHandler for String represented typesprocessingEnvironment| Constructor and Description |
|---|
StringTypeHandler(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 StringTypeHandler(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 © 2021 MuleSoft, Inc.. All rights reserved.