Class ObjectExample
- java.lang.Object
-
- org.mockserver.openapi.examples.models.AbstractExample
-
- org.mockserver.openapi.examples.models.ObjectExample
-
- All Implemented Interfaces:
Example
public class ObjectExample extends AbstractExample
See: https://github.com/swagger-api/swagger-inflector
-
-
Constructor Summary
Constructors Constructor Description ObjectExample()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasString()Objectget(String key)Map<String,Example>getValues()Set<String>keySet()voidput(String key, Example value)voidputAll(Map<String,Example> values)voidsetValues(Map<String,Example> values)-
Methods inherited from class org.mockserver.openapi.examples.models.AbstractExample
getAttribute, getName, getNamespace, getPrefix, getTypeName, getWrapped, getWrappedName, setAttribute, setName, setNamespace, setPrefix, setTypeName, setWrapped, setWrappedName
-
-
-
-
Method Detail
-
asString
public String asString()
-
-