|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormatInstructions | |
|---|---|
| com.ancientprogramming.fixedformat4j.annotation | |
| com.ancientprogramming.fixedformat4j.format | |
| com.ancientprogramming.fixedformat4j.format.impl | |
| Uses of FormatInstructions in com.ancientprogramming.fixedformat4j.annotation |
|---|
| Methods in com.ancientprogramming.fixedformat4j.annotation with parameters of type FormatInstructions | |
|---|---|
abstract java.lang.String |
Sign.apply(java.lang.String value,
FormatInstructions instructions)
|
abstract java.lang.String |
Sign.remove(java.lang.String value,
FormatInstructions instructions)
|
| Uses of FormatInstructions in com.ancientprogramming.fixedformat4j.format |
|---|
| Methods in com.ancientprogramming.fixedformat4j.format with parameters of type FormatInstructions | |
|---|---|
abstract T |
AbstractFixedFormatter.asObject(java.lang.String string,
FormatInstructions instructions)
|
abstract java.lang.String |
AbstractFixedFormatter.asString(T obj,
FormatInstructions instructions)
|
static java.lang.String |
FixedFormatUtil.fetchData(java.lang.String record,
FormatInstructions instructions,
FormatContext context)
Fetch data from the record string according to the FormatInstructions and FormatContext |
java.lang.String |
FixedFormatter.format(T value,
FormatInstructions instructions)
|
java.lang.String |
AbstractFixedFormatter.format(T value,
FormatInstructions instructions)
|
T |
FixedFormatter.parse(java.lang.String value,
FormatInstructions instructions)
|
T |
AbstractFixedFormatter.parse(java.lang.String value,
FormatInstructions instructions)
|
| Constructors in com.ancientprogramming.fixedformat4j.format with parameters of type FormatInstructions | |
|---|---|
ParseException(java.lang.String completeString,
java.lang.String data,
java.lang.Class clazz,
java.lang.reflect.Method method,
FormatContext formatContext,
FormatInstructions formatInstructions,
java.lang.Throwable e)
|
|
| Uses of FormatInstructions in com.ancientprogramming.fixedformat4j.format.impl |
|---|
| Methods in com.ancientprogramming.fixedformat4j.format.impl with parameters of type FormatInstructions | |
|---|---|
java.lang.String |
StringFormatter.asObject(java.lang.String string,
FormatInstructions instructions)
|
java.lang.Long |
LongFormatter.asObject(java.lang.String string,
FormatInstructions instructions)
|
java.lang.Integer |
IntegerFormatter.asObject(java.lang.String string,
FormatInstructions instructions)
|
java.lang.Float |
FloatFormatter.asObject(java.lang.String string,
FormatInstructions instructions)
|
java.lang.Double |
DoubleFormatter.asObject(java.lang.String string,
FormatInstructions instructions)
|
java.util.Date |
DateFormatter.asObject(java.lang.String string,
FormatInstructions instructions)
|
java.lang.Character |
CharacterFormatter.asObject(java.lang.String string,
FormatInstructions instructions)
|
java.lang.Boolean |
BooleanFormatter.asObject(java.lang.String string,
FormatInstructions instructions)
|
java.math.BigDecimal |
BigDecimalFormatter.asObject(java.lang.String string,
FormatInstructions instructions)
|
java.lang.String |
BooleanFormatter.asString(java.lang.Boolean obj,
FormatInstructions instructions)
|
java.lang.String |
CharacterFormatter.asString(java.lang.Character obj,
FormatInstructions instructions)
|
java.lang.String |
DateFormatter.asString(java.util.Date date,
FormatInstructions instructions)
|
java.lang.String |
IntegerFormatter.asString(java.lang.Integer obj,
FormatInstructions instructions)
|
java.lang.String |
LongFormatter.asString(java.lang.Long obj,
FormatInstructions instructions)
|
java.lang.String |
StringFormatter.asString(java.lang.String string,
FormatInstructions instructions)
|
java.lang.String |
AbstractDecimalFormatter.asString(T obj,
FormatInstructions instructions)
|
java.lang.String |
ByTypeFormatter.format(java.lang.Object value,
FormatInstructions instructions)
|
java.lang.String |
AbstractNumberFormatter.format(T obj,
FormatInstructions instructions)
Override and applies signing instead of align. |
protected java.lang.String |
AbstractDecimalFormatter.getStringToConvert(java.lang.String string,
FormatInstructions instructions)
|
java.lang.Object |
ByTypeFormatter.parse(java.lang.String value,
FormatInstructions instructions)
|
T |
AbstractNumberFormatter.parse(java.lang.String value,
FormatInstructions instructions)
Override and applies signing instead of align. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||