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>
- Direct Known Subclasses:
APIResponseImpl,APIResponsesImpl,CallbackImpl,ComponentsImpl,ContactImpl,EncodingImpl,ExampleImpl,ExternalDocumentationImpl,HeaderImpl,InfoImpl,LicenseImpl,LinkImpl,MediaTypeImpl,OAuthFlowImpl,OAuthFlowsImpl,OpenAPIImpl,OperationImpl,ParameterImpl,PathItemImpl,PathsImpl,RequestBodyImpl,SchemaImpl,SecuritySchemeImpl,ServerImpl,ServerVariableImpl,TagImpl,XMLImpl
public abstract class ExtensibleImpl<T extends org.eclipse.microprofile.openapi.models.Extensible<T>>
extends Object
implements org.eclipse.microprofile.openapi.models.Extensible<T>, ModelImpl
Implementation of the
Extensible OpenAPI model interface. Base class for many of the
OpenAPI models.- Author:
- eric.wittmann@gmail.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExtension(String name, Object value) voidremoveExtension(String name) voidsetExtensions(Map<String, Object> extensions) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.microprofile.openapi.models.Extensible
extensions
-
Constructor Details
-
ExtensibleImpl
public ExtensibleImpl()
-
-
Method Details
-
getExtensions
-
addExtension
-
removeExtension
-
setExtensions
-