Package io.swagger.v3.core.jackson.mixin
Class ExampleMixin
- java.lang.Object
-
- io.swagger.v3.core.jackson.mixin.ExampleMixin
-
public abstract class ExampleMixin extends Object
-
-
Constructor Summary
Constructors Constructor Description ExampleMixin()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidaddExtension(String name, Object value)abstract Map<String,Object>getExtensions()abstract ObjectgetValue()abstract booleangetValueSetFlag()
-