public class EntityClassCollector extends Object
Entity.
MapperClass object is created| Constructor and Description |
|---|
EntityClassCollector(ProcessingEnvironment processingEnv,
Set<? extends Element> elements) |
| Modifier and Type | Method and Description |
|---|---|
EntityClassCollector |
collect()
Collects all MappingConstructors of all Entity classes which are annotated with
Entity. |
List<MapperClass> |
getMapperClasses()
Returns the MapperClass classes.
|
public EntityClassCollector(ProcessingEnvironment processingEnv, Set<? extends Element> elements)
public List<MapperClass> getMapperClasses()
public EntityClassCollector collect()
Entity.Copyright © 2015. All rights reserved.