Interface Info

  • All Superinterfaces:
    com.networknt.jsonoverlay.IJsonOverlay<Info>, com.networknt.jsonoverlay.IModelPart<OpenApi3,​Info>
    All Known Implementing Classes:
    InfoImpl

    public interface Info
    extends com.networknt.jsonoverlay.IJsonOverlay<Info>, com.networknt.jsonoverlay.IModelPart<OpenApi3,​Info>
    • Method Detail

      • setTitle

        void setTitle​(String title)
      • getDescription

        String getDescription()
      • setDescription

        void setDescription​(String description)
      • getTermsOfService

        String getTermsOfService()
      • setTermsOfService

        void setTermsOfService​(String termsOfService)
      • getContact

        Contact getContact​(boolean elaborate)
      • setContact

        void setContact​(Contact contact)
      • getLicense

        License getLicense​(boolean elaborate)
      • setLicense

        void setLicense​(License license)
      • getVersion

        String getVersion()
      • setVersion

        void setVersion​(String version)
      • getExtensions

        Map<String,​Object> getExtensions​(boolean elaborate)
      • hasExtensions

        boolean hasExtensions()
      • hasExtension

        boolean hasExtension​(String name)
      • setExtension

        void setExtension​(String name,
                          Object extension)
      • removeExtension

        void removeExtension​(String name)