Package com.hybris.backoffice.labels
Interface LabelHandler<VALUE,MODIFIER>
-
- Type Parameters:
VALUE
- this generic argument represents the type of value to be transformed.MODIFIER
- this generic argument represents the type of object used to define the transformation of the passed-in object.
- All Known Implementing Classes:
PriceLabelHandler
public interface LabelHandler<VALUE,MODIFIER>
This interface allows to obtain labels for objects using transformation object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getLabel(VALUE value, MODIFIER modifier)
-