Interface SchemaGeneratorConfigBuilderProvider
- All Superinterfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@NullMarked
@FunctionalInterface
public interface SchemaGeneratorConfigBuilderProvider
extends Serializable
SchemaGeneratorConfigBuilderProvider is a FunctionalInterface to provide a
SchemaGeneratorConfigBuilder.
Note: SchemaGeneratorConfigBuilderProvider extends Serializable so that this
FunctionalInterface can be used as a Task Input, but if the provide() implementation
is changed, it will not re-run the Task. The Gradle clean task must be run in order to use the
update provide() implementation.
-
Method Summary
Modifier and TypeMethodDescriptioncom.github.victools.jsonschema.generator.SchemaGeneratorConfigBuilderprovide()
-
Method Details
-
provide
com.github.victools.jsonschema.generator.SchemaGeneratorConfigBuilder provide()- Returns:
- the
SchemaGeneratorConfigBuilder
-