public abstract class Dto2PosoSourceFileGenerator extends SourceFileGeneratorImpl
SourceFileGeneratorImpl.ClassType
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DTO_SERVICE_NAME |
static java.lang.String |
DTO2POSO_SUPERVISOR_NAME |
static java.lang.String |
ENTITY_MANAGER_PROVIDER_NAME |
ARRAY_LIST_LOCATION, HASH_MAP_LOCATION, HASH_SET_LOCATION, LIST_LOCATION, MAP_LOCATION, SET_LOCATION
Constructor and Description |
---|
Dto2PosoSourceFileGenerator(PosoAnalizer posoAnalizer,
DtoAnnotationProcessor dtoAnnotationProcessor) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName() |
java.lang.String |
getFullyQualifiedClassName() |
java.lang.String |
getPackageName() |
generateSource, getSource
public static final java.lang.String DTO_SERVICE_NAME
public static final java.lang.String ENTITY_MANAGER_PROVIDER_NAME
public static final java.lang.String DTO2POSO_SUPERVISOR_NAME
public Dto2PosoSourceFileGenerator(PosoAnalizer posoAnalizer, DtoAnnotationProcessor dtoAnnotationProcessor)
public java.lang.String getPackageName()
public java.lang.String getClassName()
public java.lang.String getFullyQualifiedClassName()
getFullyQualifiedClassName
in interface SourceFileGenerator
getFullyQualifiedClassName
in class SourceFileGeneratorImpl