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.glassfish.jersey Common Jersey core classes.org.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.internal Common Jersey internal API classes.org.glassfish.jersey.message.internal Common Jersey internal messaging classes.org.glassfish.jersey.model.internal Common Jersey internal model related classes and interfaces.org.glassfish.jersey.server Jersey server-side classes. -
-
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.glassfish.jersey
Methods in org.glassfish.jersey with parameters of type RuntimeType Modifier and Type Method Description static <T> TCommonProperties. getValue(Map<String,?> properties, RuntimeType runtime, String propertyName, Class<T> type)Get the value of the specified property.static <T> TCommonProperties. getValue(Map<String,?> properties, RuntimeType runtime, String propertyName, T defaultValue)Get the value of the specified property.static <T> TCommonProperties. getValue(Map<String,?> properties, RuntimeType runtime, String propertyName, T defaultValue, Class<T> type)Get the value of the specified property.Constructors in org.glassfish.jersey with parameters of type RuntimeType Constructor Description AbstractFeatureConfigurator(Class contract, RuntimeType runtimeType)Create a new configurator. -
Uses of RuntimeType in org.glassfish.jersey.client
Methods in org.glassfish.jersey.client that return RuntimeType Modifier and Type Method Description RuntimeTypeClientConfig. getRuntimeType() -
Uses of RuntimeType in org.glassfish.jersey.internal
Methods in org.glassfish.jersey.internal that return RuntimeType Modifier and Type Method Description protected RuntimeTypeAbstractServiceFinderConfigurator. getRuntimeType()Mainly aimed to provide runtime type to abstract classes which extends this finderConstructors in org.glassfish.jersey.internal with parameters of type RuntimeType Constructor Description AbstractServiceFinderConfigurator(Class<T> contract, RuntimeType runtimeType)Create a new configurator.AutoDiscoverableConfigurator(RuntimeType runtimeType)Create a new configurator.FeatureConfigurator(RuntimeType runtimeType)ServiceFinderBinder(Class<T> contract, Map<String,Object> applicationProperties, RuntimeType runtimeType)Create a new service finder injection binder. -
Uses of RuntimeType in org.glassfish.jersey.message.internal
Constructors in org.glassfish.jersey.message.internal with parameters of type RuntimeType Constructor Description MessageBodyProviders(Map<String,Object> applicationProperties, RuntimeType runtimeType)Create new message body providers injection binder. -
Uses of RuntimeType in org.glassfish.jersey.model.internal
Methods in org.glassfish.jersey.model.internal that return RuntimeType Modifier and Type Method Description RuntimeTypeCommonConfig. getRuntimeType()Constructors in org.glassfish.jersey.model.internal with parameters of type RuntimeType Constructor Description CommonConfig(RuntimeType type, Predicate<ContractProvider> registrationStrategy)Create a newRuntimeConfiginstance. -
Uses of RuntimeType in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server that return RuntimeType Modifier and Type Method Description RuntimeTypeResourceConfig. getRuntimeType()Methods in org.glassfish.jersey.server with parameters of type RuntimeType Modifier and Type Method Description static <T> TServerProperties. getValue(Map<String,?> properties, RuntimeType runtimeType, String key, T defaultValue, Class<T> type)Get the value of the specified property.
-