Package google.registry.processors
Class VKeyProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
google.registry.processors.VKeyProcessor
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("google.registry.persistence.WithVKey")
@SupportedSourceVersion(RELEASE_21)
public class VKeyProcessor
extends AbstractProcessor
Processor to generate
AttributeConverter
for VKey
type.-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
process
(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
-
Constructor Details
-
VKeyProcessor
public VKeyProcessor()
-
-
Method Details
-
process
- Specified by:
process
in interfaceProcessor
- Specified by:
process
in classAbstractProcessor
-