Class OpenApiContainer

  • All Implemented Interfaces:
    Container

    @Service(name="fish.payara.microprofile.openapi.activation.OpenApiContainer")
    @PerLookup
    public class OpenApiContainer
    extends MicroProfileContainer
    • Constructor Detail

      • OpenApiContainer

        public OpenApiContainer()
    • Method Detail

      • getDeployer

        public Class<? extends Deployer<?,​?>> getDeployer()
        Description copied from interface: Container
        Returns the Deployer implementation capable of deploying applications to this container.
        Returns:
        the Deployer implementation
      • getName

        public String getName()
        Description copied from interface: Container
        Returns a human redeable name for this container, this name is not used for identifying the container but can be used to display messages belonging to the container.
        Returns:
        a human readable name for this container.