Class ClassFieldFinder
java.lang.Object
de.hybris.platform.cmsfacades.common.service.ClassFieldFinder
Service to find a field value for a given class
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetTypeCode(Class<?> clazz) Return the type code of a given class; expect a class of type or extending fromItemModel
-
Field Details
-
TYPECODE
- See Also:
-
-
Method Details
-
getTypeCode
Return the type code of a given class; expect a class of type or extending fromItemModel- Parameters:
clazz- - a class from which to extract the type code- Returns:
- the type code for the given class; null if the class does not define a type code field
-