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.internal.config Configuration factory to handle external properties from different config SPI implementationsorg.glassfish.jersey.internal.inject Common Jersey internal injection utility classes.org.glassfish.jersey.internal.util Common Jersey internal miscellaneous utility 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.internal.config
Methods in org.glassfish.jersey.internal.config that return RuntimeType Modifier and Type Method Description RuntimeTypeSystemPropertiesConfigurationModel. getRuntimeType() -
Uses of RuntimeType in org.glassfish.jersey.internal.inject
Methods in org.glassfish.jersey.internal.inject with parameters of type RuntimeType Modifier and Type Method Description static voidProviderBinder. bindProviders(ComponentBag componentBag, RuntimeType constrainedTo, Set<Class<?>> registeredClasses, InjectionManager injectionManager)Deprecated.static voidProviderBinder. bindProviders(ComponentBag componentBag, RuntimeType constrainedTo, Set<Class<?>> registeredClasses, InjectionManager injectionManager, Collection<ComponentProvider> componentProviders)Bind all providers contained inproviderBag(classes and instances) using injection manager.static booleanProviders. checkProviderRuntime(Class<?> component, ContractProvider model, RuntimeType runtimeConstraint, boolean scanned, boolean isResource)Check thecomponentwhether it is appropriate correctly configured for client or serverruntime.static InjectionManagerInjections. createInjectionManager(RuntimeType type)Creates anInjectionManagerwithout parent and initial binder. -
Uses of RuntimeType in org.glassfish.jersey.internal.util
Methods in org.glassfish.jersey.internal.util with parameters of type RuntimeType Modifier and Type Method Description static StringPropertiesHelper. getPropertyNameForRuntime(String key, RuntimeType runtimeType)Returns specific property value for givenRuntimeType.static <T> TPropertiesHelper. getValue(Map<String,?> properties, RuntimeType runtimeType, String key, Class<T> type, Map<String,String> legacyMap)Returns value of a specified property.static <T> TPropertiesHelper. getValue(Map<String,?> properties, RuntimeType runtimeType, String key, T defaultValue, Class<T> type, Map<String,String> legacyMap)Returns value of a specified property.static <T> TPropertiesHelper. getValue(Map<String,?> properties, RuntimeType runtimeType, String key, T defaultValue, Map<String,String> legacyMap)Return value of a specified property.static booleanPropertiesHelper. isMetaInfServicesEnabled(Map<String,Object> properties, RuntimeType runtimeType)Determine whetherCommonProperties.METAINF_SERVICES_LOOKUP_DISABLEdoes not globally disable META-INF/services lookup on client/server. -
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.
-