You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: database/starters/oracle-spring-boot-json-data-tools/src/main/java/com/oracle/spring/json/JsonCollectionsAutoConfiguration.java
Copy file name to clipboardExpand all lines: database/starters/oracle-spring-boot-json-data-tools/src/main/java/com/oracle/spring/json/jsonb/JSONB.java
+47Lines changed: 47 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,19 @@
14
14
importoracle.sql.json.OracleJsonFactory;
15
15
importorg.eclipse.yasson.YassonJsonb;
16
16
17
+
/**
18
+
* The JSONB bean provides utility methods to convert Java objects to and from OSON.
19
+
* You may inject this bean into your application, or use the createDefault factory
Copy file name to clipboardExpand all lines: database/starters/oracle-spring-boot-json-data-tools/src/main/java/com/oracle/spring/json/jsonb/JSONBRowMapper.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@
8
8
importjakarta.json.stream.JsonParser;
9
9
importorg.springframework.jdbc.core.RowMapper;
10
10
11
+
/**
12
+
* JSONBRowMapper maps Oracle Database JSON row data to Java objects.
13
+
* @param <T> Type parameter to convert JSON row data into.
Copy file name to clipboardExpand all lines: database/starters/oracle-spring-boot-json-data-tools/src/main/java/com/oracle/spring/json/kafka/OSONKafkaSerializationFactory.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@
4
4
5
5
importcom.oracle.spring.json.jsonb.JSONB;
6
6
7
+
/**
8
+
* Factory class to create OSONDeserializer and OSONSerializer instances.
0 commit comments