@SupportedAnnotationTypes(value="io.sphere.sdk.annotations.HasByIdGetEndpoint") @SupportedSourceVersion(value=RELEASE_8) public final class HasByIdGetEndpointAnnotationProcessor extends HasByFieldGetEndpointAnnotationProcessor<HasByIdGetEndpoint>
AbstractAnnotationProcessor.CheckedConsumer<T>
clazz
processingEnv
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, values
generateCodeGeneratedInfo, generateCodeGeneratedInfo, generateCodeGeneratedInfoForHandlebarsTemplate, getAnnotationClass, getResourceName, writeClass, writeClass, writeClass, writeClass
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
public 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 Processor
process
in class AbstractProcessor