Class JsonCollectionsAutoConfiguration
java.lang.Object
com.oracle.spring.json.JsonCollectionsAutoConfiguration
Autoconfiguration for the JSON Collections beans.
OKafka-related beans are only instantiated if the required interfaces
are on the classpath.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.oracle.spring.json.jsonb.JSONB
jsonb
(oracle.sql.json.OracleJsonFactory oracleJsonFactory, org.eclipse.yasson.YassonJsonb yassonJsonb) osonSerializationFactory
(com.oracle.spring.json.jsonb.JSONB jsonb)
-
Constructor Details
-
JsonCollectionsAutoConfiguration
public JsonCollectionsAutoConfiguration()
-
-
Method Details
-
jsonb
@Bean @ConditionalOnClass({oracle.sql.json.OracleJsonFactory.class,org.eclipse.yasson.YassonJsonb.class}) public com.oracle.spring.json.jsonb.JSONB jsonb(oracle.sql.json.OracleJsonFactory oracleJsonFactory, org.eclipse.yasson.YassonJsonb yassonJsonb) -
osonSerializationFactory
@Bean @ConditionalOnClass({org.apache.kafka.common.serialization.Deserializer.class,org.apache.kafka.common.serialization.Serializer.class}) public OSONKafkaSerializationFactory osonSerializationFactory(com.oracle.spring.json.jsonb.JSONB jsonb)
-