Class MigrationComponentProcessor
- java.lang.Object
-
- compozitor.processor.core.interfaces.AnnotationProcessor
-
- compozitor.processor.core.infra.JavaServiceProcessor
-
- compozitor.processor.core.interfaces.ServiceProcessor
-
- legolas.migration.processor.infra.MigrationComponentProcessor
-
- All Implemented Interfaces:
Processor
public class MigrationComponentProcessor extends compozitor.processor.core.interfaces.ServiceProcessor
-
-
Constructor Summary
Constructors Constructor Description MigrationComponentProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getSupportedAnnotationTypes()protected Iterable<Class<?>>serviceClasses()-
Methods inherited from class compozitor.processor.core.interfaces.ServiceProcessor
preProcess, process, traverseAncestors
-
Methods inherited from class compozitor.processor.core.infra.JavaServiceProcessor
addService, postProcess, registerType
-
-
-
-
Method Detail
-
serviceClasses
protected Iterable<Class<?>> serviceClasses()
- Specified by:
serviceClassesin classcompozitor.processor.core.interfaces.ServiceProcessor
-
getSupportedAnnotationTypes
public Set<String> getSupportedAnnotationTypes()
- Specified by:
getSupportedAnnotationTypesin interfaceProcessor- Overrides:
getSupportedAnnotationTypesin classcompozitor.processor.core.interfaces.AnnotationProcessor
-
-