Class DtoCreator
java.lang.Object
net.datenwerke.annotationprocessing.utils.SourceFileGeneratorImpl
net.datenwerke.dtoservices.dtogenerator.dtosourcegenerator.DtoCreator
- All Implemented Interfaces:
SourceFileGenerator
- Direct Known Subclasses:
DtoClassFileGenerator,DtoInterfaceFileGenerator,DtoPropertyAccessGenerator
-
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
ConstructorsConstructorDescriptionDtoCreator(PosoAnalizer posoAnalizer, DtoAnnotationProcessor dtoAnnotationProcessor) -
Method Summary
Methods inherited from class net.datenwerke.annotationprocessing.utils.SourceFileGeneratorImpl
generateSource, getFullyQualifiedClassName, getSourceMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.datenwerke.annotationprocessing.utils.SourceFileGenerator
getClassName, getPackageName
-
Field Details
-
ID_FIELD_NAME
- See Also:
-
PROPERTY_ACCESS_METHOD
- See Also:
-
-
Constructor Details
-
DtoCreator
-