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.PropertiesNested classes/interfaces inherited from class io.smallrye.openapi.model.BaseModel
BaseModel.MergeDirective -
Field Summary
Fields inherited from class io.smallrye.openapi.internal.models.Paths
PROPERTIESFields 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 TypeMethodDescriptionbooleancontainsKey(Object key) Deprecated, for removal: This API element is subject to removal in a future version.org.eclipse.microprofile.openapi.models.PathItemDeprecated, 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.PathItemDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.org.eclipse.microprofile.openapi.models.PathItemDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, 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, getPropertyMetadata, removePathItem, setPathItemsMethods 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, setPropertyMethods 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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.microprofile.openapi.models.Extensible
addExtension, extensions, getExtensions, removeExtension, setExtensionsMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllMethods inherited from interface io.smallrye.openapi.api.models.MapModel
clear, containsValue, entrySet, invoke, invokeFunction, isEmpty, keySet, size, valuesMethods 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:
containsKeyin interfaceMap<String,org.eclipse.microprofile.openapi.models.PathItem> - Specified by:
containsKeyin 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.