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 void
clear()
default boolean
containsKey
(Object key) default boolean
containsValue
(Object value) entrySet()
default V
getMap()
default void
default <T> T
invokeFunction
(Function<Map<String, V>, T> function) default boolean
isEmpty()
keySet()
default V
default void
default V
void
default int
size()
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:
containsValue
in interfaceMap<String,
V>
-
clear
default void clear() -
keySet
-
values
-
entrySet
-
get
-
containsKey
- Specified by:
containsKey
in interfaceMap<String,
V>
-
put
-
putAll
-
remove
-