Uses of Interface
com.networknt.oas.model.Response
-
Packages that use Response Package Description com.networknt.oas.model com.networknt.oas.model.impl -
-
Uses of Response in com.networknt.oas.model
Methods in com.networknt.oas.model that return Response Modifier and Type Method Description ResponseOpenApi3. getResponse(String name)ResponseOperation. getResponse(String name)Methods in com.networknt.oas.model that return types with arguments of type Response Modifier and Type Method Description Map<String,Response>OpenApi3. getResponses()Map<String,Response>OpenApi3. getResponses(boolean elaborate)Map<String,Response>Operation. getResponses()Map<String,Response>Operation. getResponses(boolean elaborate)Methods in com.networknt.oas.model with parameters of type Response Modifier and Type Method Description voidOpenApi3. setResponse(String name, Response response)voidOperation. setResponse(String name, Response response)Method parameters in com.networknt.oas.model with type arguments of type Response Modifier and Type Method Description voidOpenApi3. setResponses(Map<String,Response> responses)voidOperation. setResponses(Map<String,Response> responses) -
Uses of Response in com.networknt.oas.model.impl
Classes in com.networknt.oas.model.impl that implement Response Modifier and Type Class Description classResponseImplFields in com.networknt.oas.model.impl with type parameters of type Response Modifier and Type Field Description static com.networknt.jsonoverlay.OverlayFactory<Response>ResponseImpl. factoryMethods in com.networknt.oas.model.impl that return Response Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
ResponseResponseImpl. create(OV modelMember)ResponseOpenApi3Impl. getResponse(String name)ResponseOperationImpl. getResponse(String name)Methods in com.networknt.oas.model.impl that return types with arguments of type Response Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
com.networknt.jsonoverlay.Builder<Response>ResponseImpl. builder(OV modelMember)Map<String,Response>OpenApi3Impl. getResponses()Map<String,Response>OpenApi3Impl. getResponses(boolean elaborate)Map<String,Response>OperationImpl. getResponses()Map<String,Response>OperationImpl. getResponses(boolean elaborate)Methods in com.networknt.oas.model.impl with parameters of type Response Modifier and Type Method Description voidOpenApi3Impl. setResponse(String name, Response response)voidOperationImpl. setResponse(String name, Response response)Method parameters in com.networknt.oas.model.impl with type arguments of type Response Modifier and Type Method Description voidOpenApi3Impl. setResponses(Map<String,Response> responses)voidOperationImpl. setResponses(Map<String,Response> responses)Constructors in com.networknt.oas.model.impl with parameters of type Response Constructor Description ResponseImpl(Response response, com.networknt.jsonoverlay.JsonOverlay<?> parent, com.networknt.jsonoverlay.ReferenceManager refMgr)
-