Class Poso2DtoSourceFileGenerator
java.lang.Object
net.datenwerke.annotationprocessing.utils.SourceFileGeneratorImpl
net.datenwerke.dtoservices.dtogenerator.poso2dtogenerator.Poso2DtoSourceFileGenerator
- All Implemented Interfaces:
SourceFileGenerator
- Direct Known Subclasses:
Class2DtoSourceFileGenerator,Enum2DtoSourceFileGenerator
-
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
ConstructorsConstructorDescriptionPoso2DtoSourceFileGenerator(PosoAnalizer posoAnalizer, DtoAnnotationProcessor dtoAnnotationProcessor) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class net.datenwerke.annotationprocessing.utils.SourceFileGeneratorImpl
generateSource, getSource
-
Field Details
-
CREATE_DTO_METHOD_NAME
- See Also:
-
INSTANTIATE_DTO_METHOD_NAME
- See Also:
-
-
Constructor Details
-
Poso2DtoSourceFileGenerator
public Poso2DtoSourceFileGenerator(PosoAnalizer posoAnalizer, DtoAnnotationProcessor dtoAnnotationProcessor)
-
-
Method Details
-
getPackageName
-
getClassName
-
getFullyQualifiedClassName
- Specified by:
getFullyQualifiedClassNamein interfaceSourceFileGenerator- Overrides:
getFullyQualifiedClassNamein classSourceFileGeneratorImpl
-