Class RequestBodyImpl
java.lang.Object
io.smallrye.openapi.model.BaseModel<org.eclipse.microprofile.openapi.models.parameters.RequestBody>
io.smallrye.openapi.model.BaseExtensibleModel<org.eclipse.microprofile.openapi.models.parameters.RequestBody>
io.smallrye.openapi.internal.models.parameters.AbstractRequestBody
io.smallrye.openapi.internal.models.parameters.RequestBody
io.smallrye.openapi.api.models.parameters.RequestBodyImpl
- All Implemented Interfaces:
org.eclipse.microprofile.openapi.models.Constructible,org.eclipse.microprofile.openapi.models.Extensible<org.eclipse.microprofile.openapi.models.parameters.RequestBody>,org.eclipse.microprofile.openapi.models.parameters.RequestBody,org.eclipse.microprofile.openapi.models.Reference<org.eclipse.microprofile.openapi.models.parameters.RequestBody>
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.parameters.AbstractRequestBody
AbstractRequestBody.PropertiesNested classes/interfaces inherited from class io.smallrye.openapi.model.BaseModel
BaseModel.MergeDirective -
Field Summary
Fields inherited from class io.smallrye.openapi.internal.models.parameters.AbstractRequestBody
PROPERTIES -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class io.smallrye.openapi.internal.models.parameters.RequestBody
getRequired, setRequiredMethods inherited from class io.smallrye.openapi.internal.models.parameters.AbstractRequestBody
filter, getContent, getPropertyMetadata, setContentMethods inherited from class io.smallrye.openapi.model.BaseExtensibleModel
addExtension, addListPropertyEntry, equals, getAllExtensions, getAllProperties, getExtension, getExtensions, getListProperty, getMapProperty, getProperty, getProperty, hasExtension, hashCode, isExtension, merge, putMapPropertyEntry, removeExtension, removeListPropertyEntry, removeMapPropertyEntry, setAllProperties, setExtensions, setListProperty, setMapProperty, setPropertyMethods inherited from class io.smallrye.openapi.model.BaseModel
constructible, deepCopy, deepCopy, 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, getExtension, getExtensions, hasExtension, removeExtension, setExtensionsMethods inherited from interface org.eclipse.microprofile.openapi.models.Reference
getRef, ref, setRefMethods inherited from interface org.eclipse.microprofile.openapi.models.parameters.RequestBody
content, description, getDescription, required, setDescription
-
Constructor Details
-
RequestBodyImpl
public RequestBodyImpl()Deprecated, for removal: This API element is subject to removal in a future version.
-
OASFactory.createRequestBody()instead.