Uses of Class
ee.jakarta.tck.ws.rs.ee.rs.ParamEntityPrototype
Packages that use ParamEntityPrototype
Package
Description
-
Uses of ParamEntityPrototype in ee.jakarta.tck.ws.rs.ee.rs
Subclasses of ParamEntityPrototype in ee.jakarta.tck.ws.rs.ee.rsModifier and TypeClassDescriptionclass
class
class
class
This is class ParamEntity With "fromString()" method Implements Comparable and overrides equals and hashCode for cases when it is in a sorted setclass
This is ParamEntity With valueOf methodMethods in ee.jakarta.tck.ws.rs.ee.rs with parameters of type ParamEntityPrototypeModifier and TypeMethodDescriptionprotected void
ParamTest.append
(Class<? extends ParamEntityPrototype> clazz, ParamEntityPrototype entity, String... prefix) Method parameters in ee.jakarta.tck.ws.rs.ee.rs with type arguments of type ParamEntityPrototypeModifier and TypeMethodDescriptionprotected void
ParamTest.append
(Class<? extends ParamEntityPrototype> clazz, ParamEntityPrototype entity, String... prefix) protected void
ParamTest.append
(Class<? extends ParamEntityPrototype> clazz, Collection<? extends ParamEntityPrototype> collection, String... prefix) protected void
ParamTest.append
(Class<? extends ParamEntityPrototype> clazz, Collection<? extends ParamEntityPrototype> collection, String... prefix) -
Uses of ParamEntityPrototype in ee.jakarta.tck.ws.rs.spec.resource.valueofandfromstring
Modifier and TypeClassDescriptionclass
If both methods are present then valueOf MUST be used unless the type is an enum in which case fromString MUST be used.