Uses of Class
org.openl.rules.project.openapi.OpenApiGenerator.Builder
-
-
Uses of OpenApiGenerator.Builder in org.openl.rules.project.openapi
Methods in org.openl.rules.project.openapi that return OpenApiGenerator.Builder Modifier and Type Method Description static OpenApiGenerator.BuilderOpenApiGenerator. builder(org.openl.rules.project.model.ProjectDescriptor projectDescriptor, org.openl.rules.project.instantiation.RulesInstantiationStrategy instantiationStrategy)Creates builder classOpenApiGenerator.BuilderOpenApiGenerator.Builder. withDefaultProvideRuntimeContext(boolean provideRuntimeContext)If runtime context must be included to OpenAPI schema or not by default.OpenApiGenerator.BuilderOpenApiGenerator.Builder. withDefaultProvideVariations(boolean provideVariations)If variations endpoints must be included to OpenAPI schema or not by default.
-