Class ReadOnlySwaggerDecoration
- java.lang.Object
-
- io.swagger.jaxrs.ext.AbstractSwaggerExtension
-
- org.kie.server.remote.rest.swagger.ReadOnlySwaggerDecoration
-
- All Implemented Interfaces:
io.swagger.jaxrs.ext.SwaggerExtension
public class ReadOnlySwaggerDecoration extends io.swagger.jaxrs.ext.AbstractSwaggerExtension
-
-
Field Summary
Fields Modifier and Type Field Description static StringSWAGGER_EXTENSION_READ_ONLY
-
Constructor Summary
Constructors Constructor Description ReadOnlySwaggerDecoration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecorateOperation(io.swagger.models.Operation operation, Method method, Iterator<io.swagger.jaxrs.ext.SwaggerExtension> chain)
-
-
-
Field Detail
-
SWAGGER_EXTENSION_READ_ONLY
public static final String SWAGGER_EXTENSION_READ_ONLY
- See Also:
- Constant Field Values
-
-
Method Detail
-
decorateOperation
public void decorateOperation(io.swagger.models.Operation operation, Method method, Iterator<io.swagger.jaxrs.ext.SwaggerExtension> chain)- Specified by:
decorateOperationin interfaceio.swagger.jaxrs.ext.SwaggerExtension- Overrides:
decorateOperationin classio.swagger.jaxrs.ext.AbstractSwaggerExtension
-
-