public interface AttributeDescriptorModelHelperService
AttributeDescriptorModel| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getAttributeClass(AttributeDescriptorModel attributeDescriptor)
Will return:
the actual class of the property if this is not a
ParameterizedType
the class of the generic type of the class of the property if this is a
ParameterizedType
|
java.lang.Class<?> |
getDeclaringEnclosingTypeClass(AttributeDescriptorModel attributeDescriptor)
Will return the actual class of the declaring enclosing type of this property
|
java.lang.Class<?> getAttributeClass(AttributeDescriptorModel attributeDescriptor)
ParameterizedTypeParameterizedTypeattributeDescriptor - the AttributeDescriptorModel to inspectjava.lang.Class<?> getDeclaringEnclosingTypeClass(AttributeDescriptorModel attributeDescriptor)
attributeDescriptor - the AttributeDescriptorModel to inspectCopyright © 2018 SAP SE. All Rights Reserved.