Class OASFactoryErrorTest.MyLicenseImpl
- java.lang.Object
-
- org.eclipse.microprofile.openapi.tck.OASFactoryErrorTest.MyLicenseImpl
-
- All Implemented Interfaces:
Constructible
,Extensible<License>
,License
- Enclosing class:
- OASFactoryErrorTest
public final class OASFactoryErrorTest.MyLicenseImpl extends Object implements License
-
-
Constructor Summary
Constructors Constructor Description MyLicenseImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description License
addExtension(String name, Object value)
Map<String,Object>
getExtensions()
String
getName()
String
getUrl()
License
name(String name)
void
removeExtension(String name)
void
setExtensions(Map<String,Object> extensions)
void
setName(String name)
void
setUrl(String url)
License
url(String url)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.microprofile.openapi.models.Extensible
extensions
-
-
-
-
Method Detail
-
getExtensions
public Map<String,Object> getExtensions()
- Specified by:
getExtensions
in interfaceExtensible<License>
-
addExtension
public License addExtension(String name, Object value)
- Specified by:
addExtension
in interfaceExtensible<License>
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtension
in interfaceExtensible<License>
-
setExtensions
public void setExtensions(Map<String,Object> extensions)
- Specified by:
setExtensions
in interfaceExtensible<License>
-
-