Uses of Enum Class
jakarta.ws.rs.RuntimeType
Packages that use RuntimeType
Package
Description
High-level interfaces and annotations used to create RESTful service resources.
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 RuntimeTypeModifier and TypeMethodDescriptionstatic RuntimeTypeReturns the enum constant of this class with the specified name.static RuntimeType[]RuntimeType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RuntimeType in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core that return RuntimeTypeModifier and TypeMethodDescriptionConfiguration.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 RuntimeTypeModifier and TypeMethodDescriptionClientConfiguration.getRuntimeType()LocalResteasyProviderFactory.getRuntimeType() -
Uses of RuntimeType in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that return RuntimeType -
Uses of RuntimeType in org.jboss.resteasy.core.providerfactory
Methods in org.jboss.resteasy.core.providerfactory that return RuntimeTypeModifier and TypeMethodDescriptionResteasyProviderFactoryDelegate.getRuntimeType()ResteasyProviderFactoryImpl.getRuntimeType()Constructors in org.jboss.resteasy.core.providerfactory with parameters of type RuntimeTypeModifierConstructorDescriptionResteasyProviderFactoryImpl(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)