Uses of Interface
io.bytestreams.codec.iso8583.BitmappedFieldSpec
-
Uses of BitmappedFieldSpec in io.bytestreams.codec.iso8583
Methods in io.bytestreams.codec.iso8583 that return BitmappedFieldSpecModifier and TypeMethodDescriptionstatic <T extends Bitmapped,V>
BitmappedFieldSpec<T, V> BitmappedFieldSpec.of(int bit, io.bytestreams.codec.core.FieldSpec<T, V> delegate) Wraps aFieldSpecwith bitmap management at the given bit index.Methods in io.bytestreams.codec.iso8583 with parameters of type BitmappedFieldSpecModifier and TypeMethodDescriptionBitmappedCodecBuilder.DataFieldBuilder.dataField(BitmappedFieldSpec<T, V> spec) Adds an optional data field using aBitmappedFieldSpec.