File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed
src/main/java/com/mindee/parsing/generated Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 19
19
- name : Set up JDK 11
20
20
uses : actions/setup-java@v3
21
21
with :
22
- java-version : 11
22
+ java-version : " 11 "
23
23
distribution : " temurin"
24
24
cache : " maven"
25
25
Original file line number Diff line number Diff line change 20
20
- name : Set up Maven Central Repository
21
21
uses : actions/setup-java@v3
22
22
with :
23
- java-version : ' 8 '
24
- distribution : ' adopt'
23
+ java-version : " 8 "
24
+ distribution : " adopt"
25
25
server-id : ossrh
26
26
server-username : MAVEN_USERNAME
27
27
server-password : MAVEN_PASSWORD
Original file line number Diff line number Diff line change 18
18
* </p>
19
19
* <p>
20
20
* If you want, you can "cast" the raw hashmap into one of the standard Mindee fields:
21
- * <ul>
22
- * <li>StringField <-- asStringField()</li>
23
- * <li>AmountField <-- asAmountField()</li>
24
- * <li>DateField <-- asDateField()</li>
25
- * <li>ClassificationField <-- asClassificationField()</li>
26
- * </ul>
27
- * This will not work for any feature which is a list in the Mindee return.
28
21
* </p>
22
+ * <ul>
23
+ * <li>StringField - asStringField()</li>
24
+ * <li>AmountField - asAmountField()</li>
25
+ * <li>DateField - asDateField()</li>
26
+ * <li>ClassificationField - asClassificationField()</li>
27
+ * </ul>
28
+ * This will not work for any feature which is a list in the Mindee return.
29
+ *
29
30
*/
30
31
@ Getter
31
32
public class GeneratedFeature extends ArrayList <GeneratedObject > {
You can’t perform that action at this time.
0 commit comments