Uses of Enum Class
ee.jakarta.tck.ws.rs.common.client.TextCaser
Packages that use TextCaser
-
Uses of TextCaser in ee.jakarta.tck.ws.rs.common.client
Fields in ee.jakarta.tck.ws.rs.common.client declared as TextCaserModifier and TypeFieldDescriptionprotected TextCaser
JaxrsWebTestCase.textCaser
Upper case, lower case, or exact text matching?Methods in ee.jakarta.tck.ws.rs.common.client that return TextCaserModifier and TypeMethodDescriptionJaxrsWebTestCase.getTextCaser()
static TextCaser
Returns the enum constant of this class with the specified name.static TextCaser[]
TextCaser.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ee.jakarta.tck.ws.rs.common.client with parameters of type TextCaserModifier and TypeMethodDescriptionprotected void
JaxrsCommonClient.setTextCaser
(TextCaser caser) void
JaxrsWebTestCase.setTextCaser
(TextCaser textCaser) Constructors in ee.jakarta.tck.ws.rs.common.client with parameters of type TextCaserModifierConstructorDescriptionApacheResponseAdapter
(jakarta.ws.rs.core.Response response, String host, int port, TextCaser caser)