|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FixedFormatException | |
|---|---|
| com.ancientprogramming.fixedformat4j.format | |
| com.ancientprogramming.fixedformat4j.format.impl | |
| Uses of FixedFormatException in com.ancientprogramming.fixedformat4j.format |
|---|
| Subclasses of FixedFormatException in com.ancientprogramming.fixedformat4j.format | |
|---|---|
class |
ParseException
Used in cases where data couldn't be parse according to the context and instructions. |
| Methods in com.ancientprogramming.fixedformat4j.format that throw FixedFormatException | ||
|---|---|---|
|
FixedFormatManager.export(java.lang.String data,
T instance)
|
|
|
FixedFormatManager.export(T instance)
|
|
java.lang.String |
FixedFormatter.format(T value,
FormatInstructions instructions)
|
|
|
FixedFormatManager.load(java.lang.Class<T> clazz,
java.lang.String data)
Create an instance of the fixedFormatClass and load the data string into the object according to the annotations. |
|
T |
FixedFormatter.parse(java.lang.String value,
FormatInstructions instructions)
|
|
| Uses of FixedFormatException in com.ancientprogramming.fixedformat4j.format.impl |
|---|
| Methods in com.ancientprogramming.fixedformat4j.format.impl that throw FixedFormatException | |
|---|---|
java.util.Date |
DateFormatter.asObject(java.lang.String string,
FormatInstructions instructions)
|
java.lang.Boolean |
BooleanFormatter.asObject(java.lang.String string,
FormatInstructions instructions)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||