File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
jbbp/src/main/java/com/igormaznitsa/jbbp/mapper Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 59
59
60
60
/**
61
61
* Custom type. It plays role only if {@link #type()} is UNDEFINED
62
+ * <b>Keep attention! The value plays role only in build of script and it is not used in mapping!</b>
62
63
*
63
64
* @return type of the field, if empty then undefined
65
+ * @see com.igormaznitsa.jbbp.utils.JBBPDslBuilder
64
66
* @since 2.0.0
65
67
*/
66
68
String customType () default "" ;
67
69
68
70
/**
69
71
* Expression to represent array size of the field.
72
+ * <b>Keep attention! The value plays role only in build of script and it is not used in mapping!</b>
70
73
*
71
74
* @return array size of the field, if empty then not defined
75
+ * @see com.igormaznitsa.jbbp.utils.JBBPDslBuilder
72
76
* @since 2.0.0
73
77
*/
74
78
String arraySizeExpr () default "" ;
103
107
104
108
/**
105
109
* Expression as extra part of type. It means take part in <b>type[:extra]</b>
110
+ * <b>Keep attention! The value plays role only in build of script and it is not used in mapping!</b>
111
+ *
106
112
* @return extra value, if empty then undefined
113
+ * @see com.igormaznitsa.jbbp.utils.JBBPDslBuilder
107
114
* @since 2.0.0
108
115
*/
109
116
String paramExpr () default "" ;
You can’t perform that action at this time.
0 commit comments