Uses of Interface
app.babylon.table.column.type.TypeParser
Packages that use TypeParser
-
Uses of TypeParser in app.babylon.table.column
Methods in app.babylon.table.column that return TypeParserModifier and TypeMethodDescriptionTypeParser<?> Column.Type.getParser()Returns the parser associated with this logical type.Methods in app.babylon.table.column with parameters of type TypeParserModifier and TypeMethodDescriptionstatic Column.TypeColumn.Type.register(Class<?> valueClass, TypeParser<?> parser) Creates and registers a column type descriptor from its runtime value class and parser. -
Uses of TypeParser in app.babylon.table.column.type
Fields in app.babylon.table.column.type declared as TypeParserModifier and TypeFieldDescriptionstatic final TypeParser<BigDecimal> TypeParsers.BIG_DECIMALstatic final TypeParser<Currency> TypeParsers.CURRENCYstatic final TypeParser<LocalDate> TypeParsers.LOCAL_DATE_YMDstatic final TypeParser<Object> TypeParsers.NULLstatic final TypeParser<String> TypeParsers.STRINGMethods in app.babylon.table.column.type that return TypeParserModifier and TypeMethodDescriptionstatic <E extends Enum<E>>
TypeParser<E> TypeParsers.enumParser(Class<E> enumClass) static <E extends Enum<E>>
TypeParser<E> TypeParsers.enumParser(Function<CharSequence, E> parser) static TypeParser<LocalDate> TypeParsers.localDate(DateFormat format)