Class DtoInterfaceFileGenerator
java.lang.Object
net.datenwerke.annotationprocessing.utils.SourceFileGeneratorImpl
net.datenwerke.dtoservices.dtogenerator.dtosourcegenerator.DtoCreator
net.datenwerke.dtoservices.dtogenerator.dtosourcegenerator.DtoInterfaceFileGenerator
- All Implemented Interfaces:
SourceFileGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class net.datenwerke.annotationprocessing.utils.SourceFileGeneratorImpl
SourceFileGeneratorImpl.ClassType -
Field Summary
FieldsFields inherited from class net.datenwerke.dtoservices.dtogenerator.dtosourcegenerator.DtoCreator
PROPERTY_ACCESS_METHODFields 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
ConstructorsConstructorDescriptionDtoInterfaceFileGenerator(PosoAnalizer posoAnalizer, DtoAnnotationProcessor dtoAnnotationProcessor) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class net.datenwerke.annotationprocessing.utils.SourceFileGeneratorImpl
generateSource, getSource
-
Field Details
-
ID_FIELD_NAME
- See Also:
-
-
Constructor Details
-
DtoInterfaceFileGenerator
public DtoInterfaceFileGenerator(PosoAnalizer posoAnalizer, DtoAnnotationProcessor dtoAnnotationProcessor)
-
-
Method Details
-
getPackageName
-
getClassName
-
getFullyQualifiedClassName
- Specified by:
getFullyQualifiedClassNamein interfaceSourceFileGenerator- Overrides:
getFullyQualifiedClassNamein classSourceFileGeneratorImpl
-