Class ContentImpl
java.lang.Object
io.smallrye.openapi.model.BaseModel<org.eclipse.microprofile.openapi.models.media.Content>
io.smallrye.openapi.internal.models.media.Content
io.smallrye.openapi.api.models.media.ContentImpl
- All Implemented Interfaces:
MapModel<org.eclipse.microprofile.openapi.models.media.MediaType>,Map<String,,org.eclipse.microprofile.openapi.models.media.MediaType> org.eclipse.microprofile.openapi.models.Constructible,org.eclipse.microprofile.openapi.models.media.Content
@Deprecated(since="4.0",
forRemoval=true)
public class ContentImpl
extends Content
implements MapModel<org.eclipse.microprofile.openapi.models.media.MediaType>
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.media.Content
Content.PropertiesNested 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 TypeMethodDescriptionbooleancontainsKey(Object key) Deprecated, for removal: This API element is subject to removal in a future version.org.eclipse.microprofile.openapi.models.media.MediaTypeDeprecated, 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.media.MediaTypeDeprecated, 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.media.MediaTypeDeprecated, 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.media.Content
addMediaType, getMediaTypes, removeMediaType, setMediaTypesMethods inherited from class io.smallrye.openapi.model.BaseModel
addListPropertyEntry, constructible, deepCopy, equals, filter, filter, getAllProperties, getDescription, getExternalDocs, getListProperty, getMapProperty, getModCount, getName, getProperties, getProperty, getProperty, getRef, getSummary, hashCode, incrementModCount, isExtension, merge, merge, mergeDirective, putMapPropertyEntry, removeListPropertyEntry, removeMapPropertyEntry, setAllProperties, setDescription, setExternalDocs, setListProperty, setMapProperty, setName, setProperty, 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.media.Content
getMediaType, hasMediaTypeMethods 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, values
-
Constructor Details
-
ContentImpl
public ContentImpl()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.media.MediaType> - Specified by:
containsKeyin interfaceMapModel<org.eclipse.microprofile.openapi.models.media.MediaType>
-
put
public org.eclipse.microprofile.openapi.models.media.MediaType put(String key, org.eclipse.microprofile.openapi.models.media.MediaType 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.media.MediaType> 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.createParameter()instead.