Uses of Class
org.glassfish.jersey.internal.inject.InstanceBinding
Packages that use InstanceBinding
Package
Description
Common Jersey internal injection utility classes.
-
Uses of InstanceBinding in org.glassfish.jersey.inject.hk2
Methods in org.glassfish.jersey.inject.hk2 with parameters of type InstanceBindingModifier and TypeMethodDescription(package private) static org.glassfish.hk2.api.ActiveDescriptor<?> Hk2Helper.translateToActiveDescriptor(InstanceBinding<?> desc, Type... contracts) -
Uses of InstanceBinding in org.glassfish.jersey.internal.inject
Subclasses with type arguments of type InstanceBinding in org.glassfish.jersey.internal.injectModifier and TypeClassDescriptionclassInjection binding description of a bean bound directly as a specific instance.Methods in org.glassfish.jersey.internal.inject that return InstanceBindingModifier and TypeMethodDescription<T> InstanceBinding<T> AbstractBinder.bind(T service) Start building a new instance-based service binding.static <T> InstanceBinding<T> Bindings.service(T service) Start building a new instance-based service binding.static <T> InstanceBinding<T> Bindings.serviceAsContract(T service) Start building a new instance-based service binding.