Package io.quarkiverse.asyncapi.config
Class JacksonAsyncAPISupplier
- java.lang.Object
-
- io.quarkiverse.asyncapi.config.JacksonAsyncAPISupplier
-
- All Implemented Interfaces:
AsyncAPISupplier
public abstract class JacksonAsyncAPISupplier extends Object implements AsyncAPISupplier
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJacksonAsyncAPISupplier(String id, String content)
-
-
-
Method Detail
-
id
public String id()
- Specified by:
idin interfaceAsyncAPISupplier
-
asyncAPI
public com.asyncapi.v2._6_0.model.AsyncAPI asyncAPI()
- Specified by:
asyncAPIin interfaceAsyncAPISupplier
-
-