@SupportedAnnotationTypes(value="io.sphere.sdk.annotations.HasDeleteCommand") @SupportedSourceVersion(value=RELEASE_8) public class DeleteCommandEndpointAnnotationProcessor<A extends Annotation> extends CommandEndpointAnnotationProcessor<HasDeleteCommand>
AbstractAnnotationProcessor.CheckedConsumer<T>clazzprocessingEnv| 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, valuesgenerateCodeGeneratedInfo, generateCodeGeneratedInfo, generateCodeGeneratedInfoForHandlebarsTemplate, getAnnotationClass, getResourceName, writeClass, writeClass, writeClass, writeClassgetCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitializedpublic 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 Processorprocess in class AbstractProcessor