@SupportedAnnotationTypes(value="io.sphere.sdk.annotations.HasDeleteCommand") @SupportedSourceVersion(value=RELEASE_8) public class DeleteCommandEndpointAnnotationProcessor<A extends Annotation> extends CommandEndpointAnnotationProcessor<HasDeleteCommand>
AbstractAnnotationProcessor.CheckedConsumer<T>
clazz
processingEnv
Constructor and Description |
---|
DeleteCommandEndpointAnnotationProcessor() |
Modifier and Type | Method and Description |
---|---|
protected void |
additions(HasDeleteCommand annotation,
HashMap<String,Object> map) |
protected List<org.apache.commons.lang3.tuple.Pair<String,String>> |
getClassNameTemplateNameList(String resourceName) |
protected String[] |
includeExamplesExtraction(HasDeleteCommand annotation) |
protected String |
javadocSummaryExtraction(HasDeleteCommand 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 DeleteCommandEndpointAnnotationProcessor()
protected List<org.apache.commons.lang3.tuple.Pair<String,String>> getClassNameTemplateNameList(String resourceName)
getClassNameTemplateNameList
in class CommandEndpointAnnotationProcessor<HasDeleteCommand>
protected String[] includeExamplesExtraction(HasDeleteCommand annotation)
includeExamplesExtraction
in class CommandEndpointAnnotationProcessor<HasDeleteCommand>
protected String javadocSummaryExtraction(HasDeleteCommand annotation)
javadocSummaryExtraction
in class CommandEndpointAnnotationProcessor<HasDeleteCommand>
protected void additions(HasDeleteCommand annotation, HashMap<String,Object> map)
additions
in class CommandEndpointAnnotationProcessor<HasDeleteCommand>
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process
in interface Processor
process
in class AbstractProcessor