Package io.smallrye.openapi.api.models
Interface MapModel<V>
- All Known Implementing Classes:
APIResponsesImpl,CallbackImpl,ContentImpl,PathsImpl
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidclear()default booleancontainsKey(Object key) default booleancontainsValue(Object value) entrySet()default VgetMap()default voiddefault <T> TinvokeFunction(Function<Map<String, V>, T> function) default booleanisEmpty()keySet()default Vdefault voiddefault Vvoiddefault intsize()default Collection<V> values()Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
getMap
-
setMap
-
invokeFunction
-
invoke
-
size
default int size() -
isEmpty
default boolean isEmpty() -
containsValue
- Specified by:
containsValuein interfaceMap<String,V>
-
clear
default void clear() -
keySet
-
values
-
entrySet
-
get
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,V>
-
put
-
putAll
-
remove
-