Package io.smallrye.openapi.api.models
Class PathsImpl
java.lang.Object
io.smallrye.openapi.model.BaseModel<org.eclipse.microprofile.openapi.models.Paths>
io.smallrye.openapi.model.BaseExtensibleModel<org.eclipse.microprofile.openapi.models.Paths>
io.smallrye.openapi.internal.models.Paths
io.smallrye.openapi.api.models.PathsImpl
- All Implemented Interfaces:
MapModel<org.eclipse.microprofile.openapi.models.PathItem>
,Map<String,
,org.eclipse.microprofile.openapi.models.PathItem> org.eclipse.microprofile.openapi.models.Constructible
,org.eclipse.microprofile.openapi.models.Extensible<org.eclipse.microprofile.openapi.models.Paths>
,org.eclipse.microprofile.openapi.models.Paths
@Deprecated(since="4.0",
forRemoval=true)
public class PathsImpl
extends Paths
implements MapModel<org.eclipse.microprofile.openapi.models.PathItem>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.smallrye.openapi.internal.models.Paths
Paths.Properties
Nested classes/interfaces inherited from class io.smallrye.openapi.model.BaseModel
BaseModel.MergeDirective
-
Field Summary
Fields inherited from class io.smallrye.openapi.model.BaseModel
properties
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsKey
(Object key) Deprecated, for removal: This API element is subject to removal in a future version.org.eclipse.microprofile.openapi.models.PathItem
Deprecated, for removal: This API element is subject to removal in a future version.getMap()
Deprecated, for removal: This API element is subject to removal in a future version.org.eclipse.microprofile.openapi.models.PathItem
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.org.eclipse.microprofile.openapi.models.PathItem
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class io.smallrye.openapi.internal.models.Paths
addPathItem, getPathItems, removePathItem, setPathItems
Methods inherited from class io.smallrye.openapi.model.BaseExtensibleModel
addExtension, addListPropertyEntry, equals, getAllExtensions, getAllProperties, getExtension, getExtensions, getListProperty, getMapProperty, getProperty, getProperty, hashCode, isExtension, merge, putMapPropertyEntry, removeExtension, removeListPropertyEntry, removeMapPropertyEntry, setAllProperties, setExtensions, setListProperty, setMapProperty, setProperty
Methods inherited from class io.smallrye.openapi.model.BaseModel
constructible, deepCopy, filter, filter, getDescription, getExternalDocs, getModCount, getName, getProperties, getRef, getSummary, incrementModCount, merge, mergeDirective, setDescription, setExternalDocs, setName, setRef, setSummary, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.microprofile.openapi.models.Extensible
addExtension, extensions, getExtensions, removeExtension, setExtensions
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
Methods inherited from interface io.smallrye.openapi.api.models.MapModel
clear, containsValue, entrySet, invoke, invokeFunction, isEmpty, keySet, size, values
Methods inherited from interface org.eclipse.microprofile.openapi.models.Paths
getPathItem, hasPathItem
-
Constructor Details
-
PathsImpl
public PathsImpl()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getMap
Deprecated, for removal: This API element is subject to removal in a future version. -
setMap
Deprecated, for removal: This API element is subject to removal in a future version. -
get
Deprecated, for removal: This API element is subject to removal in a future version. -
containsKey
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
containsKey
in interfaceMap<String,
org.eclipse.microprofile.openapi.models.PathItem> - Specified by:
containsKey
in interfaceMapModel<org.eclipse.microprofile.openapi.models.PathItem>
-
put
public org.eclipse.microprofile.openapi.models.PathItem put(String key, org.eclipse.microprofile.openapi.models.PathItem value) Deprecated, for removal: This API element is subject to removal in a future version. -
putAll
public void putAll(Map<? extends String, ? extends org.eclipse.microprofile.openapi.models.PathItem> m) Deprecated, for removal: This API element is subject to removal in a future version. -
remove
Deprecated, for removal: This API element is subject to removal in a future version.
-
OASFactory.createPaths()
instead.