Class HttpSecurityScheme
java.lang.Object
io.github.springwolf.asyncapi.v3.model.ExtendableObject
io.github.springwolf.asyncapi.v3.model.security_scheme.SecurityScheme
io.github.springwolf.asyncapi.v3.model.security_scheme.HttpSecurityScheme
- All Implemented Interfaces:
Reference
-
Field Summary
Fields inherited from class io.github.springwolf.asyncapi.v3.model.ExtendableObject
extensionFields -
Constructor Summary
ConstructorsConstructorDescriptionHttpSecurityScheme(String scheme, String bearerFormat, String description, String ref) -
Method Summary
Methods inherited from class io.github.springwolf.asyncapi.v3.model.security_scheme.SecurityScheme
getRefMethods inherited from class io.github.springwolf.asyncapi.v3.model.ExtendableObject
readExtensionProperty
-
Constructor Details
-
HttpSecurityScheme
-