Uses of Class
org.apache.juneau.bean.openapi3.Callback
Packages that use Callback
- 
Uses of Callback in org.apache.juneau.bean.openapi3Methods in org.apache.juneau.bean.openapi3 that return CallbackModifier and TypeMethodDescriptionCallback.addCallback(String expression, PathItem pathItem) Adds a callback.static final CallbackOpenApiBuilder.callback()Creates an emptyCallbackelement.Callback.copy()Creates a copy of this object.Callback.setCallbacks(Map<String, PathItem> value) Sets the callbacks map.Callback.strict()Methods in org.apache.juneau.bean.openapi3 that return types with arguments of type CallbackModifier and TypeMethodDescriptionComponents.getCallbacks()Returns the callbacks map.Operation.getCallbacks()Returns the callbacks map.Methods in org.apache.juneau.bean.openapi3 with parameters of type CallbackModifier and TypeMethodDescriptionOperation.addCallback(String name, Callback callback) Bean property fluent setter:callbacks .Method parameters in org.apache.juneau.bean.openapi3 with type arguments of type CallbackModifier and TypeMethodDescriptionComponents.setCallbacks(Map<String, Callback> value) Sets the callbacks map.Operation.setCallbacks(Map<String, Callback> value) Sets the callbacks map.Constructors in org.apache.juneau.bean.openapi3 with parameters of type Callback