public class CallbackObject extends Object
CallbackObjectBuilder
Modifier and Type | Method and Description |
---|---|
Map<String,PathItemObject> |
callbacks() |
void |
writeJson(Writer writer)
Writes this object as a JSON Object
|
public void writeJson(Writer writer) throws IOException
writer
- The writer to write toIOException
- Thrown if the writer throws this while writingpublic Map<String,PathItemObject> callbacks()
CallbackObjectBuilder.withCallbacks(java.util.Map<java.lang.String, io.muserver.openapi.PathItemObject>)
Copyright © 2017–2021. All rights reserved.