Class DiscriminatorImpl
java.lang.Object
io.smallrye.openapi.model.BaseModel<org.eclipse.microprofile.openapi.models.media.Discriminator>
io.smallrye.openapi.internal.models.media.Discriminator
io.smallrye.openapi.api.models.media.DiscriminatorImpl
- All Implemented Interfaces:
org.eclipse.microprofile.openapi.models.Constructible,org.eclipse.microprofile.openapi.models.media.Discriminator
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.Discriminator
Discriminator.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
Methods inherited from class io.smallrye.openapi.internal.models.media.Discriminator
addMapping, getMapping, getPropertyName, removeMapping, setMapping, setPropertyNameMethods 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.Discriminator
mapping, propertyName
-
Constructor Details
-
DiscriminatorImpl
public DiscriminatorImpl()Deprecated, for removal: This API element is subject to removal in a future version.
-
OASFactory.createDiscriminator()instead.