Class DefaultRuleMessageFormatStrategy.DecoratorFormat
- java.lang.Object
-
- java.text.Format
-
- de.hybris.platform.ruleengineservices.rule.strategies.impl.DefaultRuleMessageFormatStrategy.DecoratorFormat
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
- Enclosing class:
- DefaultRuleMessageFormatStrategy
protected static class DefaultRuleMessageFormatStrategy.DecoratorFormat extends java.text.Format- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DecoratorFormat(java.text.Format delegate, RuleParameterData parameter, RuleMessageParameterDecorator decorator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBufferformat(java.lang.Object object, java.lang.StringBuffer buffer, java.text.FieldPosition position)java.text.AttributedCharacterIteratorformatToCharacterIterator(java.lang.Object object)protected RuleMessageParameterDecoratorgetDecorator()protected java.text.FormatgetDelegate()RuleParameterDatagetParameter()java.lang.ObjectparseObject(java.lang.String source, java.text.ParsePosition position)
-
-
-
Constructor Detail
-
DecoratorFormat
public DecoratorFormat(java.text.Format delegate, RuleParameterData parameter, RuleMessageParameterDecorator decorator)
-
-
Method Detail
-
getDelegate
protected java.text.Format getDelegate()
-
getParameter
public RuleParameterData getParameter()
-
getDecorator
protected RuleMessageParameterDecorator getDecorator()
-
format
public java.lang.StringBuffer format(java.lang.Object object, @Nonnull java.lang.StringBuffer buffer, @Nonnull java.text.FieldPosition position)- Specified by:
formatin classjava.text.Format
-
formatToCharacterIterator
public java.text.AttributedCharacterIterator formatToCharacterIterator(@Nonnull java.lang.Object object)- Overrides:
formatToCharacterIteratorin classjava.text.Format
-
parseObject
public java.lang.Object parseObject(java.lang.String source, @Nonnull java.text.ParsePosition position)- Specified by:
parseObjectin classjava.text.Format
-
-