Class DataToModelAtomicTypePredicate

java.lang.Object
de.hybris.platform.cms2.version.predicate.DataToModelAtomicTypePredicate
All Implemented Interfaces:
Predicate<String>

public class DataToModelAtomicTypePredicate extends Object implements Predicate<String>
Predicate to identify if the provided type is an @AtomicType.
  • Constructor Details

    • DataToModelAtomicTypePredicate

      public DataToModelAtomicTypePredicate()
  • Method Details

    • test

      public boolean test(String type)
      Specified by:
      test in interface Predicate<String>
    • isAtomicType

      protected boolean isAtomicType(String typeCode)
      Determines if the provided typeCode is of @AtomicType.
    • getTypeService

      protected TypeService getTypeService()
    • setTypeService

      public void setTypeService(TypeService typeService)