public class DefaultAttributeDescriptorModelHelperService extends java.lang.Object implements AttributeDescriptorModelHelperService
AttributeDescriptorModelHelperService| Constructor and Description |
|---|
DefaultAttributeDescriptorModelHelperService() |
| 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
|
protected TypeService |
getTypeService() |
void |
setTypeService(TypeService typeService) |
public DefaultAttributeDescriptorModelHelperService()
public java.lang.Class<?> getAttributeClass(AttributeDescriptorModel attributeDescriptor)
AttributeDescriptorModelHelperServiceParameterizedTypeParameterizedTypegetAttributeClass in interface AttributeDescriptorModelHelperServiceattributeDescriptor - the AttributeDescriptorModel to inspectpublic java.lang.Class<?> getDeclaringEnclosingTypeClass(AttributeDescriptorModel attributeDescriptor)
AttributeDescriptorModelHelperServicegetDeclaringEnclosingTypeClass in interface AttributeDescriptorModelHelperServiceattributeDescriptor - the AttributeDescriptorModel to inspectpublic void setTypeService(TypeService typeService)
protected TypeService getTypeService()
Copyright © 2018 SAP SE. All Rights Reserved.