public abstract class AbstractGenerator extends Object
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the processor.
|
Set<String> |
getSupportedOptions()
Returns the supported options set.
|
ProcessingEnvironment |
processingEnv()
Returns the processing environment.
|
abstract void |
processTypeElement(TypeElement annotation,
TypeElement element,
MessageInterface messageInterface)
Processes a type element.
|
Types |
typeUtils()
Returns the type utils.
|
public abstract void processTypeElement(TypeElement annotation, TypeElement element, MessageInterface messageInterface)
annotation
- the annotation who trigger the processingelement
- the element that contains the methods.messageInterface
- the message interface to implement.public final Types typeUtils()
public final ProcessingEnvironment processingEnv()
public final String getName()
Copyright © 2022 JBoss by Red Hat. All rights reserved.