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.org.jboss.resteasy.client.jaxrs.internal org.jboss.resteasy.core org.jboss.resteasy.core.providerfactory -
-
Uses of RuntimeType in jakarta.ws.rs
Methods in jakarta.ws.rs that return RuntimeType Modifier and Type Method Description RuntimeTypevalue()Define theconstraint typeto be placed on a JAX-RS provider.static RuntimeTypeRuntimeType. 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 RuntimeTypeConfiguration. getRuntimeType()Get the runtime type of this configuration context. -
Uses of RuntimeType in org.jboss.resteasy.client.jaxrs.internal
Methods in org.jboss.resteasy.client.jaxrs.internal that return RuntimeType Modifier and Type Method Description RuntimeTypeClientConfiguration. getRuntimeType()RuntimeTypeLocalResteasyProviderFactory. getRuntimeType() -
Uses of RuntimeType in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that return RuntimeType Modifier and Type Method Description RuntimeTypeThreadLocalResteasyProviderFactory. getRuntimeType() -
Uses of RuntimeType in org.jboss.resteasy.core.providerfactory
Methods in org.jboss.resteasy.core.providerfactory that return RuntimeType Modifier and Type Method Description RuntimeTypeResteasyProviderFactoryDelegate. getRuntimeType()RuntimeTypeResteasyProviderFactoryImpl. getRuntimeType()Constructors in org.jboss.resteasy.core.providerfactory with parameters of type RuntimeType Constructor Description ResteasyProviderFactoryImpl(RuntimeType runtimeType)Create factory optimized for a ClientResteasyProviderFactoryImpl(RuntimeType runtimeType, ResteasyProviderFactory parent)Create factory optimized for a specific RuntimeType that is a copy of its parent (shallow copy if possible)
-