Class DefaultRuleMessageFormatStrategy.DecoratorFormat
java.lang.Object
java.text.Format
de.hybris.platform.ruleengineservices.rule.strategies.impl.DefaultRuleMessageFormatStrategy.DecoratorFormat
- All Implemented Interfaces:
Serializable,Cloneable
- Enclosing class:
- DefaultRuleMessageFormatStrategy
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.text.Format
Format.Field -
Constructor Summary
ConstructorsConstructorDescriptionDecoratorFormat(Format delegate, RuleParameterData parameter, RuleMessageParameterDecorator decorator) -
Method Summary
Modifier and TypeMethodDescriptionformat(Object object, StringBuffer buffer, FieldPosition position) formatToCharacterIterator(Object object) protected RuleMessageParameterDecoratorprotected FormatparseObject(String source, ParsePosition position) Methods inherited from class java.text.Format
clone, format, parseObject
-
Constructor Details
-
DecoratorFormat
public DecoratorFormat(Format delegate, RuleParameterData parameter, RuleMessageParameterDecorator decorator)
-
-
Method Details
-
getDelegate
-
getParameter
-
getDecorator
-
format
public StringBuffer format(Object object, @Nonnull StringBuffer buffer, @Nonnull FieldPosition position) -
formatToCharacterIterator
- Overrides:
formatToCharacterIteratorin classFormat
-
parseObject
- Specified by:
parseObjectin classFormat
-