public static class TyrusExtension.TyrusParameter extends Object implements Extension.Parameter, Serializable
Parameter
implementation.Constructor and Description |
---|
TyrusParameter(String name,
String value)
Create
Parameter with name and value. |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Return the name of the extension parameter.
|
String |
getValue()
Return the value of the extension parameter.
|
String |
toString() |
public String getName()
Extension.Parameter
getName
in interface Extension.Parameter
public String getValue()
Extension.Parameter
getValue
in interface Extension.Parameter
Copyright © 2012–2019 Oracle Corporation. All rights reserved.