public abstract class Formatter
extends java.lang.Object
Title: Framework Support Library
Description: Specific formatters for some types.
Copyright: Copyright (c) 2016
Company: StreamScape Technologies
Modifier and Type | Class and Description |
---|---|
static class |
Formatter.AbstractDateFormatter |
static class |
Formatter.BigDecimalFormatter |
static class |
Formatter.DateFormatter |
static class |
Formatter.SqlDateFormatter |
static class |
Formatter.SqlTimeFormatter |
static class |
Formatter.SqlTimestampFormatter |
Constructor and Description |
---|
Formatter() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
format(java.lang.Object value) |
abstract java.lang.Object |
parse(java.lang.Object value) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.