@SupportedAnnotationTypes(value="io.sphere.sdk.annotations.HasUpdateCommand") @SupportedSourceVersion(value=RELEASE_8) public class UpdateCommandEndpointAnnotationProcessor<A extends Annotation> extends CommandEndpointAnnotationProcessor<HasUpdateCommand>
AbstractAnnotationProcessor.CheckedConsumer<T>
clazz
processingEnv
Constructor and Description |
---|
UpdateCommandEndpointAnnotationProcessor() |
Modifier and Type | Method and Description |
---|---|
protected void |
additions(HasUpdateCommand annotation,
HashMap<String,Object> map) |
protected List<org.apache.commons.lang3.tuple.Pair<String,String>> |
getClassNameTemplateNameList(String resourceName) |
protected String[] |
includeExamplesExtraction(HasUpdateCommand annotation) |
protected String |
javadocSummaryExtraction(HasUpdateCommand annotation) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
generate, values
generateCodeGeneratedInfo, generateCodeGeneratedInfo, generateCodeGeneratedInfoForHandlebarsTemplate, getAnnotationClass, getResourceName, writeClass, writeClass, writeClass, writeClass
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
public UpdateCommandEndpointAnnotationProcessor()
protected List<org.apache.commons.lang3.tuple.Pair<String,String>> getClassNameTemplateNameList(String resourceName)
getClassNameTemplateNameList
in class CommandEndpointAnnotationProcessor<HasUpdateCommand>
protected String[] includeExamplesExtraction(HasUpdateCommand annotation)
includeExamplesExtraction
in class CommandEndpointAnnotationProcessor<HasUpdateCommand>
protected String javadocSummaryExtraction(HasUpdateCommand annotation)
javadocSummaryExtraction
in class CommandEndpointAnnotationProcessor<HasUpdateCommand>
protected void additions(HasUpdateCommand annotation, HashMap<String,Object> map)
additions
in class CommandEndpointAnnotationProcessor<HasUpdateCommand>
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process
in interface Processor
process
in class AbstractProcessor