We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c603758 commit 4fa17eaCopy full SHA for 4fa17ea
src/org/beanio/builder/SegmentBuilder.java
@@ -41,6 +41,16 @@ protected SegmentBuilder me() {
41
return this;
42
}
43
44
+ /**
45
+ * Sets the position of the field.
46
+ * @param at the position
47
+ * @return this
48
+ */
49
+ public SegmentBuilder at(int at) {
50
+ config.setPosition(at);
51
+ return this;
52
+ }
53
+
54
/**
55
* Indicates the number of occurrences of this segment is governed by another field.
56
* @param ref the name of the field that governs the occurrences of this segment
0 commit comments