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
|
protected TypeService |
getTypeService() |
void |
setTypeService(TypeService typeService) |
public DefaultAttributeDescriptorModelHelperService()
public java.lang.Class<?> getAttributeClass(AttributeDescriptorModel attributeDescriptor)
AttributeDescriptorModelHelperServiceParameterizedTypeParameterizedTypegetAttributeClass in interface AttributeDescriptorModelHelperServiceattributeDescriptor - the AttributeDescriptorModel to inspectpublic void setTypeService(TypeService typeService)
protected TypeService getTypeService()
Copyright © 2017 SAP SE. All Rights Reserved.