public abstract class BaseTypeHandler extends Object implements TypeHandler
TypeHandler to reuse logic between handlers.| Modifier and Type | Field and Description |
|---|---|
ProcessingEnvironment |
processingEnvironment |
| Modifier and Type | Method and Description |
|---|---|
BaseTypeBuilder |
builder() |
boolean |
handles(TypeMirror typeMirror) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandlepublic final ProcessingEnvironment processingEnvironment
public boolean handles(TypeMirror typeMirror)
handles in interface TypeHandlerTypeHandler supports the given TypeMirrorpublic BaseTypeBuilder builder()
Copyright © 2024 MuleSoft, Inc.. All rights reserved.