Class Dto2PosoSourceFileGenerator
java.lang.Object
net.datenwerke.annotationprocessing.utils.SourceFileGeneratorImpl
net.datenwerke.dtoservices.dtogenerator.dto2posogenerator.Dto2PosoSourceFileGenerator
- All Implemented Interfaces:
SourceFileGenerator
- Direct Known Subclasses:
Dto2ClassSourceFileGenerator,Dto2EnumSourceFileGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class net.datenwerke.annotationprocessing.utils.SourceFileGeneratorImpl
SourceFileGeneratorImpl.ClassType -
Field Summary
FieldsFields inherited from class net.datenwerke.annotationprocessing.utils.SourceFileGeneratorImpl
ARRAY_LIST_LOCATION, HASH_MAP_LOCATION, HASH_SET_LOCATION, LIST_LOCATION, MAP_LOCATION, SET_LOCATION -
Constructor Summary
ConstructorsConstructorDescriptionDto2PosoSourceFileGenerator(PosoAnalizer posoAnalizer, DtoAnnotationProcessor dtoAnnotationProcessor) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class net.datenwerke.annotationprocessing.utils.SourceFileGeneratorImpl
generateSource, getSource
-
Field Details
-
DTO_SERVICE_NAME
- See Also:
-
ENTITY_MANAGER_PROVIDER_NAME
- See Also:
-
DTO2POSO_SUPERVISOR_NAME
- See Also:
-
-
Constructor Details
-
Dto2PosoSourceFileGenerator
public Dto2PosoSourceFileGenerator(PosoAnalizer posoAnalizer, DtoAnnotationProcessor dtoAnnotationProcessor)
-
-
Method Details
-
getPackageName
-
getClassName
-
getFullyQualifiedClassName
- Specified by:
getFullyQualifiedClassNamein interfaceSourceFileGenerator- Overrides:
getFullyQualifiedClassNamein classSourceFileGeneratorImpl
-