Interface ValueParser<T>

Type Parameters:
T -
All Known Subinterfaces:
ValueParserFormatter<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 ValueParser<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(String value)