Package io.swagger.jackson.mixin
Class ResponseSchemaMixin
- java.lang.Object
-
- io.swagger.jackson.mixin.ResponseSchemaMixin
-
public abstract class ResponseSchemaMixin extends Object
-
-
Constructor Summary
Constructors Constructor Description ResponseSchemaMixin()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ModelgetResponseSchema()abstract PropertygetSchema()abstract voidsetResponseSchema(Model schema)abstract voidsetSchema(Property schema)
-