@SupportedAnnotationTypes(value="io.sphere.sdk.annotations.HasByIdGetEndpoint") @SupportedSourceVersion(value=RELEASE_8) public final class HasByIdGetEndpointAnnotationProcessor extends HasByFieldGetEndpointAnnotationProcessor<HasByIdGetEndpoint>
AbstractAnnotationProcessor.CheckedConsumer<T>clazzprocessingEnv| Constructor and Description |
|---|
HasByIdGetEndpointAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
additionalValues(TypeElement typeElement,
HashMap<String,Object> map) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
generate, valuesgenerateCodeGeneratedInfo, generateCodeGeneratedInfo, generateCodeGeneratedInfoForHandlebarsTemplate, getAnnotationClass, getResourceName, writeClass, writeClass, writeClass, writeClassgetCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitializedpublic HasByIdGetEndpointAnnotationProcessor()
protected void additionalValues(TypeElement typeElement, HashMap<String,Object> map)
additionalValues in class HasByFieldGetEndpointAnnotationProcessor<HasByIdGetEndpoint>public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessor