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