Class JsonSchemaRecordsProviders

java.lang.Object
io.micronaut.jsonschema.gradle.JsonSchemaRecordsProviders

public abstract class JsonSchemaRecordsProviders extends Object
Provider-family configuration for schema records generation.
Since:
2.2.0
  • Constructor Details

    • JsonSchemaRecordsProviders

      @Inject public JsonSchemaRecordsProviders(org.gradle.api.model.ObjectFactory objects)
      Parameters:
      objects - Gradle object factory
  • Method Details

    • getOracle

      public OracleProviderConfiguration getOracle()
      Returns:
      Oracle provider-family configuration.
    • oracle

      public void oracle(org.gradle.api.Action<? super OracleProviderConfiguration> action)
      Configure Oracle provider-family settings.
      Parameters:
      action - The configuration action