Package | Description |
---|---|
org.javasimon.console.text |
Machinery to convert potentially anything to a String (said differently a configurable toString() API).
|
Modifier and Type | Class and Description |
---|---|
protected static class |
StringifierFactory.DateStringifier
Stringifier implementation for
Date type. |
protected static class |
StringifierFactory.DoubleTimeStringifier
Stringifier implementation for
Double type representing a duration. |
protected static class |
StringifierFactory.LongDateStringifier
Stringifier implementation for
Long type representing a timestamp. |
protected static class |
StringifierFactory.LongTimeStringifier
Stringifier implementation for
Long type representing a duration. |
protected static class |
StringifierFactory.NumberStringifier<T extends Number>
Stringifier implementation for
Number type. |
Copyright © 2019. All rights reserved.