Class ExposedClientMethod
java.lang.Object
net.datenwerke.dtoservices.dtogenerator.analizer.ExposedClientMethod
Represents a method that is exposed to the client.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExposedClientMethod(DtoAnnotationProcessor dtoAnnotationProcessor, ExecutableElement method) -
Method Summary
Modifier and TypeMethodDescriptionReturns a get/set methods base name.List<? extends VariableElement> getPoso()static booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanboolean
-
Constructor Details
-
ExposedClientMethod
-
-
Method Details
-
isExposedClientMethod
-
getMethod
-
isGetMethod
public boolean isGetMethod() -
isSetMethod
public boolean isSetMethod() -
getParameters
-
getSimpleName
-
getReturnType
-
getFieldName
-
getFieldModifiedIndicator
-
getFieldPropertyAccessor
-
getConstantFieldName
-
isGetSetMethod
public boolean isGetSetMethod() -
returnsPoso
public boolean returnsPoso() -
returnsPosoClass
public boolean returnsPosoClass() -
returnsPosoEnum
public boolean returnsPosoEnum() -
getPoso
-
returnsCollection
public boolean returnsCollection() -
returnsPosoCollection
public boolean returnsPosoCollection() -
getPosoReferencedInReturnedCollection
-
getGetMethod
-
getDtoView
-
getSetMethodForDto
-
getIsPropertyModifiedMethodForDto
-
getPropertyAccessorMethodForDto
-
getGetMethodForDto
-
getBaseName
Returns a get/set methods base name. If the methods name is getFoo, then Foo is returned. -
referencesEnclosedPoso
public boolean referencesEnclosedPoso() -
returnsSet
public boolean returnsSet() -
returnsList
public boolean returnsList() -
getReturnTypeAnalizer
-