Uses of Class
javax.ws.rs.RuntimeType

Packages that use RuntimeType
javax.ws.rs High-level interfaces and annotations used to create RESTful service resources. 
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
org.glassfish.jersey.client Jersey client-side classes. 
org.glassfish.jersey.internal.inject Common Jersey internal injection utility classes. 
org.glassfish.jersey.internal.util Common Jersey internal miscellaneous utility classes. 
org.glassfish.jersey.model.internal   
org.glassfish.jersey.server Jersey server-side classes. 
 

Uses of RuntimeType in javax.ws.rs
 

Methods in javax.ws.rs that return RuntimeType
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 javax.ws.rs.core
 

Methods in javax.ws.rs.core that return RuntimeType
 RuntimeType Configuration.getRuntimeType()
          Get the runtime type of this configuration context.
 

Uses of RuntimeType in org.glassfish.jersey.client
 

Methods in org.glassfish.jersey.client that return RuntimeType
 RuntimeType ClientConfig.getRuntimeType()
           
 

Uses of RuntimeType in org.glassfish.jersey.internal.inject
 

Methods in org.glassfish.jersey.internal.inject with parameters of type RuntimeType
static void ProviderBinder.bindProviders(ComponentBag componentBag, RuntimeType constrainedTo, Set<Class<?>> registeredClasses, org.glassfish.hk2.api.DynamicConfiguration dynamicConfiguration)
          Bind all providers contained in providerBag (classes and instances) using HK2 service locator.
static void ProviderBinder.bindProviders(ComponentBag componentBag, RuntimeType constrainedTo, Set<Class<?>> registeredClasses, org.glassfish.hk2.api.ServiceLocator locator)
          Bind all providers contained in providerBag (classes and instances) using HK2 service locator.
static boolean Providers.checkProviderRuntime(Class<?> component, ContractProvider model, RuntimeType runtimeConstraint, boolean scanned, boolean isResource)
          Check the component whether it is appropriate correctly configured for client or server runtime.
 

Uses of RuntimeType in org.glassfish.jersey.internal.util
 

Methods in org.glassfish.jersey.internal.util with parameters of type RuntimeType
static
<T> T
PropertiesHelper.getValue(Map<String,?> properties, RuntimeType runtimeType, String key, Class<T> type)
          Returns value of a specified property.
static
<T> T
PropertiesHelper.getValue(Map<String,?> properties, RuntimeType runtimeType, String key, T defaultValue)
          Return value of a specified property.
static
<T> T
PropertiesHelper.getValue(Map<String,?> properties, RuntimeType runtimeType, String key, T defaultValue, Class<T> type)
          Returns value of a specified property.
 

Uses of RuntimeType in org.glassfish.jersey.model.internal
 

Methods in org.glassfish.jersey.model.internal that return RuntimeType
 RuntimeType CommonConfig.getRuntimeType()
           
 

Constructors in org.glassfish.jersey.model.internal with parameters of type RuntimeType
CommonConfig(RuntimeType type, com.google.common.base.Predicate<ContractProvider> registrationStrategy)
          Create a new RuntimeConfig instance.
 

Uses of RuntimeType in org.glassfish.jersey.server
 

Methods in org.glassfish.jersey.server that return RuntimeType
 RuntimeType ResourceConfig.getRuntimeType()
           
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.