Skip to content

Optional keeping empty strings

Latest
Compare
Choose a tag to compare
@g0ddest g0ddest released this 13 Oct 12:23
· 2 commits to master since this release

Adding more parametrization: the allowEmptyStrings attribute of FixedField annotation for keeping empty string for values as described in #46 .
Example of configuration:

@FixedField(offset = 1, length = 3, padding = Character.MIN_VALUE, allowEmptyStrings = true)