Package | Description |
---|---|
org.eclipse.microprofile.rest.client.tck.interfaces | |
org.eclipse.microprofile.rest.client.tck.providers |
Modifier and Type | Method and Description |
---|---|
jakarta.ws.rs.core.Response |
InterfaceWithoutProvidersDefinedWithConfigKey.executePut(Widget id,
String body) |
jakarta.ws.rs.core.Response |
InterfaceWithoutProvidersDefined.executePut(Widget id,
String body) |
jakarta.ws.rs.core.Response |
InterfaceWithProvidersDefined.executePut(Widget id,
String body) |
jakarta.ws.rs.core.Response |
InterfaceBase.executePut(Widget id,
String body) |
Modifier and Type | Method and Description |
---|---|
static Widget |
Widget.fromString(String s) |
Widget |
TestParamConverter.fromString(String s) |
Modifier and Type | Method and Description |
---|---|
String |
TestParamConverter.toString(Widget w) |
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.