Class TypeAnalizer
java.lang.Object
net.datenwerke.dtoservices.dtogenerator.analizer.TypeAnalizer
-
Constructor Summary
ConstructorsConstructorDescriptionTypeAnalizer(DtoAnnotationProcessor dtoAnnotationProcessor, TypeMirror type) -
Method Summary
Modifier and TypeMethodDescriptiongetCorrectParameterType(Collection<String> referenceAccu) getKnownDtoType(Collection<String> referenceAccu) getPoso()booleanbooleanisList()booleanisMap()booleanisPoso()booleanbooleanbooleanbooleanisSet()booleanisString()
-
Constructor Details
-
TypeAnalizer
-
-
Method Details
-
isCollection
public boolean isCollection() -
isMap
public boolean isMap() -
isPoso
public boolean isPoso() -
isPosoClass
public boolean isPosoClass() -
isPosoEnum
public boolean isPosoEnum() -
getPoso
-
isString
public boolean isString() -
isSet
public boolean isSet() -
isList
public boolean isList() -
isPosoCollection
public boolean isPosoCollection() -
getPosoReferencedInCollection
-
getTypesSimpleName
-
getKnownDtoType
-
getKnownDtoType
-
getCorrectParameterType
-
getCorrectParameterType
-