Class ArrayExample
- java.lang.Object
-
- org.mockserver.openapi.examples.models.AbstractExample
-
- org.mockserver.openapi.examples.models.ArrayExample
-
- All Implemented Interfaces:
Example
public class ArrayExample extends AbstractExample
See: https://github.com/swagger-api/swagger-inflector
-
-
Constructor Summary
Constructors Constructor Description ArrayExample()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Example value)StringasString()List<Example>getItems()-
Methods inherited from class org.mockserver.openapi.examples.models.AbstractExample
getAttribute, getName, getNamespace, getPrefix, getTypeName, getWrapped, getWrappedName, setAttribute, setName, setNamespace, setPrefix, setTypeName, setWrapped, setWrappedName
-
-