- registerFormatter(Class<? extends Serializable>, Class<? extends Formatter<? extends Serializable>>) - Method in class name.velikodniy.vitaliy.fixedlength.FixedLength
-
Add formatter to work with class types.
- registerLineType(Class<? extends T>) - Method in class name.velikodniy.vitaliy.fixedlength.FixedLength
-
Register here type that will be processed in serialization, or deserialization process.
- registerLineTypes(List<Class<T>>) - Method in class name.velikodniy.vitaliy.fixedlength.FixedLength
-
In case you have a mixed fixed length file with different types in it,
you could register more than one line type in array instead of calling registerLineType multiple times.
- registerLineTypes(Class<T>[]) - Method in class name.velikodniy.vitaliy.fixedlength.FixedLength
-
In case you have a mixed fixed length file with different types in it,
you could register more than one line type in array instead of calling registerLineType multiple times.
- remove(String, char) - Method in enum name.velikodniy.vitaliy.fixedlength.Align
-
- repeat(char, int) - Static method in enum name.velikodniy.vitaliy.fixedlength.Align
-
- rightPad(String, int, char) - Static method in enum name.velikodniy.vitaliy.fixedlength.Align
-
- rightPad(String, int, String) - Static method in enum name.velikodniy.vitaliy.fixedlength.Align
-