Package app.babylon.table
Class ToStringSettings
java.lang.Object
app.babylon.table.ToStringSettings
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDateFormatter(DateTimeFormatter valueIfNull) getDecimalFormatter(DecimalFormat valueIfNull) Optional<TypeWriter<?>> getTypeWriter(Column.Type type) booleanstatic ToStringSettingsstandard()withStripTrailingZeros(boolean b) withTypeWriter(Column.Type type, TypeWriter<?> writer)
-
Field Details
-
STANDARD_DECIMAL_FORMAT
-
-
Constructor Details
-
ToStringSettings
public ToStringSettings()
-
-
Method Details
-
withDateFormatter
-
withStripTrailingZeros
-
withDecimalFormatter
-
withTypeWriter
-
isStripTrailingZeros
public boolean isStripTrailingZeros() -
getDateFormatter
-
getDecimalFormatter
-
getTypeWriter
-
standard
-