Package io.smallrye.openapi.api.models
Class ExtensibleImpl<T extends org.eclipse.microprofile.openapi.models.Extensible<T>>
java.lang.Object
io.smallrye.openapi.api.models.ExtensibleImpl<T>
- All Implemented Interfaces:
ModelImpl
,org.eclipse.microprofile.openapi.models.Extensible<T>
@Deprecated(since="4.0",
forRemoval=true)
public abstract class ExtensibleImpl<T extends org.eclipse.microprofile.openapi.models.Extensible<T>>
extends Object
implements org.eclipse.microprofile.openapi.models.Extensible<T>, ModelImpl
Deprecated, for removal: This API element is subject to removal in a future version.
Implementation of the
Extensible
OpenAPI model interface. Base class for many of the
OpenAPI models.- Author:
- [email protected]
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.microprofile.openapi.models.Extensible
addExtension, extensions, getExtensions, removeExtension, setExtensions
-
Constructor Details
-
ExtensibleImpl
public ExtensibleImpl()Deprecated, for removal: This API element is subject to removal in a future version.
-