Class JsonSchemaRecordsProviders
java.lang.Object
io.micronaut.jsonschema.gradle.JsonSchemaRecordsProviders
Provider-family configuration for schema records generation.
- Since:
- 2.2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidoracle(org.gradle.api.Action<? super OracleProviderConfiguration> action) Configure Oracle provider-family settings.
-
Constructor Details
-
JsonSchemaRecordsProviders
@Inject public JsonSchemaRecordsProviders(org.gradle.api.model.ObjectFactory objects) - Parameters:
objects- Gradle object factory
-
-
Method Details
-
getOracle
- Returns:
- Oracle provider-family configuration.
-
oracle
Configure Oracle provider-family settings.- Parameters:
action- The configuration action
-