Class ExampleImpl

java.lang.Object
io.smallrye.openapi.model.BaseModel<org.eclipse.microprofile.openapi.models.examples.Example>
io.smallrye.openapi.model.BaseExtensibleModel<org.eclipse.microprofile.openapi.models.examples.Example>
io.smallrye.openapi.internal.models.examples.Example
io.smallrye.openapi.api.models.examples.ExampleImpl
All Implemented Interfaces:
org.eclipse.microprofile.openapi.models.Constructible, org.eclipse.microprofile.openapi.models.examples.Example, org.eclipse.microprofile.openapi.models.Extensible<org.eclipse.microprofile.openapi.models.examples.Example>, org.eclipse.microprofile.openapi.models.Reference<org.eclipse.microprofile.openapi.models.examples.Example>

@Deprecated(since="4.0", forRemoval=true) public class ExampleImpl extends Example
Deprecated, for removal: This API element is subject to removal in a future version.
use OASFactory.createExample() instead.
  • Constructor Details

    • ExampleImpl

      public ExampleImpl()
      Deprecated, for removal: This API element is subject to removal in a future version.