Class JsonData.ListJsonData
java.lang.Object
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.JsonData<List<Object>>
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.JsonData.ListJsonData
-
Nested Class Summary
Nested classes/interfaces inherited from class com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.JsonData
JsonData.ListJsonData, JsonData.MapJsonData -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleanaddAll(int index, Collection<?> c) booleanaddAll(Collection<?> c) voidclear()booleanbooleancontainsAll(Collection<?> c) booleanget(int index) inthashCode()intbooleanisEmpty()iterator()intlistIterator(int index) remove(int index) booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()subList(int fromIndex, int toIndex) Object[]toArray()<T> T[]toArray(T[] a) protected StringMethods inherited from class com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.JsonData
toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
replaceAll, sort, spliterator
-
Constructor Details
-
ListJsonData
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
contains
-
iterator
-
toArray
-
toArray
public <T> T[] toArray(T[] a) -
add
-
remove
-
containsAll
- Specified by:
containsAllin interfaceCollection<Object>- Specified by:
containsAllin interfaceList<Object>
-
addAll
-
addAll
-
removeAll
-
retainAll
-
clear
public void clear() -
equals
-
hashCode
public int hashCode() -
get
-
set
-
add
-
remove
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<Object>
-
listIterator
- Specified by:
listIteratorin interfaceList<Object>
-
listIterator
- Specified by:
listIteratorin interfaceList<Object>
-
subList
-
toJsonString
- Specified by:
toJsonStringin classJsonData<List<Object>>
-