Interface ValueParserFormatter<T>

Type Parameters:
T -
All Superinterfaces:
ValueFormatter<T>, ValueParser<T>
All Known Implementing Classes:
Common.BooleanParserFormatter, Common.CharacterParserFormatter, Common.DateValue, Common.DoubleParserFormatter, Common.EnumByNameParserFormatter, Common.EnumByOrdinalParserFormatter, Common.FloatParserFormatter, Common.IntegerParserFormatter, Common.ListValueParser, Common.LongParserFormatter, Common.NullableParserFormatter, Common.ShortParserFormatter, Common.StringValueParser, Common.ToStringParserFormatter

public interface ValueParserFormatter<T> extends ValueParser<T>, ValueFormatter<T>