Class LicenseImpl

  • All Implemented Interfaces:
    org.eclipse.microprofile.openapi.models.Constructible, org.eclipse.microprofile.openapi.models.Extensible<org.eclipse.microprofile.openapi.models.info.License>, org.eclipse.microprofile.openapi.models.info.License

    public class LicenseImpl
    extends ExtensibleImpl<org.eclipse.microprofile.openapi.models.info.License>
    implements org.eclipse.microprofile.openapi.models.info.License
    • Constructor Detail

      • LicenseImpl

        public LicenseImpl()
    • Method Detail

      • createInstance

        public static org.eclipse.microprofile.openapi.models.info.License createInstance​(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation)
      • getName

        public String getName()
        Specified by:
        getName in interface org.eclipse.microprofile.openapi.models.info.License
      • setName

        public void setName​(String name)
        Specified by:
        setName in interface org.eclipse.microprofile.openapi.models.info.License
      • getUrl

        public String getUrl()
        Specified by:
        getUrl in interface org.eclipse.microprofile.openapi.models.info.License
      • setUrl

        public void setUrl​(String url)
        Specified by:
        setUrl in interface org.eclipse.microprofile.openapi.models.info.License
      • merge

        public static void merge​(org.eclipse.microprofile.openapi.models.info.License from,
                                 org.eclipse.microprofile.openapi.models.info.License to,
                                 boolean override)