Uses of Class
jakarta.ws.rs.RuntimeType
-
Packages that use RuntimeType Package Description jakarta.ws.rs High-level interfaces and annotations used to create RESTful service resources.jakarta.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. -
-
Uses of RuntimeType in jakarta.ws.rs
Methods in jakarta.ws.rs that return RuntimeType Modifier and Type Method Description RuntimeType
value()
Define theconstraint type
to be placed on a JAX-RS provider.static RuntimeType
RuntimeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RuntimeType[]
RuntimeType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RuntimeType in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core that return RuntimeType Modifier and Type Method Description RuntimeType
Configuration. getRuntimeType()
Get the runtime type of this configuration context.
-