Uses of Class
org.apache.juneau.bean.openapi3.OpenApiElement

Packages that use OpenApiElement
Package
Description
 
  • Uses of OpenApiElement in org.apache.juneau.bean.openapi3

    Modifier and Type
    Class
    Description
    class 
    A map of possible out-of-band callbacks related to the parent operation.
    class 
    Holds a set of reusable objects for different aspects of the OpenAPI Specification.
    class 
    Contact information for the exposed API.
    class 
    Used to aid in serialization, deserialization, and validation.
    class 
    A single encoding definition applied to a single schema property.
    class 
    information for Examples object.
    class 
    Allows referencing an external resource for extended documentation.
    class 
    Describes a single HTTP header.
    class 
    Provides metadata about the API.
    class 
    A limited subset of JSON-Schema's items object.
    class 
    License information for the exposed API.
    class 
    The Link object represents a possible design-time link for a response.
    class 
    Provides schema and examples for the media type identified by its key.
    class 
    Configuration details for a supported OAuth Flow.
    class 
    Allows configuration of the supported OAuth Flows.
    class 
    This is the root document object for the OpenAPI specification.
    class 
    Describes a single API operation on a path.
    class 
    Describes a single operation parameter.
    class 
    Describes the operations available on a single path.
    class 
    Describes a single request body.
    class 
    Describes a single response from an API operation.
    class 
    Allows the definition of input and output data types.
    class 
    Lists the required security schemes for this operation.
    class 
    Defines a security scheme that can be used by the operations.
    class 
    An object representing a Server.
    class 
    TODO
    class 
    Allows adding metadata to a single tag that is used by the operation object.
    class 
    A metadata object that allows for more fine-tuned XML model definitions.
    Modifier and Type
    Method
    Description
    OpenApiElement.set(String property, Object value)
    Generic property setter.
    protected OpenApiElement
    OpenApiElement.strict()
    Sets strict mode on this bean.
    protected OpenApiElement
    OpenApiElement.strict(Object value)
    Sets strict mode on this bean.