Uses of Class
io.muserver.openapi.CallbackObject
-
Packages that use CallbackObject Package Description io.muserver.openapi A model of the Open API spec, which is used internally when creating documentation for JAX-RS services. -
-
Uses of CallbackObject in io.muserver.openapi
Fields in io.muserver.openapi with type parameters of type CallbackObject Modifier and Type Field Description java.util.Map<java.lang.String,CallbackObject>
ComponentsObject. callbacks
Deprecated.java.util.Map<java.lang.String,CallbackObject>
OperationObject. callbacks
Deprecated.useOperationObject.callbacks()
insteadMethods in io.muserver.openapi that return CallbackObject Modifier and Type Method Description CallbackObject
CallbackObjectBuilder. build()
Creates the objectMethods in io.muserver.openapi that return types with arguments of type CallbackObject Modifier and Type Method Description java.util.Map<java.lang.String,CallbackObject>
ComponentsObject. callbacks()
java.util.Map<java.lang.String,CallbackObject>
OperationObject. callbacks()
Method parameters in io.muserver.openapi with type arguments of type CallbackObject Modifier and Type Method Description ComponentsObjectBuilder
ComponentsObjectBuilder. withCallbacks(java.util.Map<java.lang.String,CallbackObject> callbacks)
OperationObjectBuilder
OperationObjectBuilder. withCallbacks(java.util.Map<java.lang.String,CallbackObject> callbacks)
-