Interface AsyncApiGenerator.SchemaBuilder
- All Superinterfaces:
FinalBuilder
- All Known Implementing Classes:
AsyncBuilder
- Enclosing class:
- AsyncApiGenerator
-
Method Summary
Methods inherited from interface org.sdase.commons.spring.boot.asyncapi.FinalBuilder
generate, generateYaml
-
Method Details
-
withJsonSchemaBuilder
- Parameters:
jsonSchemaBuilder
- theJsonSchemaBuilder
that creates Json Schema Draft 07 for classes referenced as$ref: class://fully.qualified.classname.of.the.Model
.- Returns:
- The
FinalBuilder
to create the AsyncAPI
-