Class ClassFieldFinder

java.lang.Object
de.hybris.platform.cmsfacades.common.service.ClassFieldFinder

public class ClassFieldFinder extends Object
Service to find a field value for a given class
  • Field Details

  • Method Details

    • getTypeCode

      public static String getTypeCode(Class<?> clazz)
      Return the type code of a given class; expect a class of type or extending from ItemModel
      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