Uses of Class
org.glassfish.jersey.internal.inject.Binding
Packages that use Binding
Package
Description
Common Jersey internal injection utility classes.
Common Jersey internal model related classes and interfaces.
Jersey server-side classes.
Jersey server-side internal classes.
Jersey server-side JAX-RS injection support classes.
-
Uses of Binding in org.glassfish.jersey.inject.hk2
Methods in org.glassfish.jersey.inject.hk2 with parameters of type BindingModifier and TypeMethodDescription(package private) static voidBind descriptors to Hk2-likeBinder.private static voidHk2Helper.bindBinding(org.glassfish.hk2.api.ServiceLocator locator, org.glassfish.hk2.api.DynamicConfiguration dc, Binding<?, ?> binding) Binds the single descriptor using an externalDynamicConfiguration.private static voidHk2Helper.bindBinding(org.glassfish.hk2.api.ServiceLocator locator, Binding<?, ?> binding) Binds the single descriptor using a singleDynamicConfiguration.private ForeignDescriptorAbstractHk2InjectionManager.createAndTranslateForeignDescriptor(Binding binding) AbstractHk2InjectionManager.createForeignDescriptor(Binding binding) voidvoidprivate static voidHk2Helper.setupSupplierFactoryBridge(Binding<?, ?> binding, org.glassfish.hk2.utilities.binding.ServiceBindingBuilder<?> builder) Method parameters in org.glassfish.jersey.inject.hk2 with type arguments of type BindingModifier and TypeMethodDescription(package private) static voidBind descriptors to Hk2-likeBinder.voidvoid -
Uses of Binding in org.glassfish.jersey.internal.inject
Classes in org.glassfish.jersey.internal.inject with type parameters of type BindingModifier and TypeClassDescriptionclassAbstract injection binding description of a bean.Subclasses of Binding in org.glassfish.jersey.internal.injectModifier and TypeClassDescriptionclassClassBinding<T>Injection binding description of a bean bound via its a Java class.classInjectionResolverBinding<T extends InjectionResolver>Class which has the fields containing the instance ofInjectionResolverand its a concrete type.classInjection binding description of a bean bound directly as a specific instance.classInjection binding description of a bean bound indirectly via a supplier class producing instances of the bound type.classInjection binding description of a bean bound indirectly via an supplier producing instances of the bound type.Fields in org.glassfish.jersey.internal.inject with type parameters of type BindingMethods in org.glassfish.jersey.internal.inject that return BindingModifier and TypeMethodDescriptionBinds the provided binding and return the same instance.Methods in org.glassfish.jersey.internal.inject that return types with arguments of type BindingModifier and TypeMethodDescriptionAbstractBinder.getBindings()Binder.getBindings()Gets a collection of descriptors registered in this jersey binder.static Collection<Binding> Bindings.getBindings(InjectionManager injectionManager, Binder binder) Methods in org.glassfish.jersey.internal.inject with parameters of type BindingModifier and TypeMethodDescriptionBinds the provided binding and return the same instance.InjectionManager.createForeignDescriptor(Binding binding) Creates and registers the descriptor in the underlying DI provider and returnsForeignDescriptorthat is specific descriptor for the underlying DI provider.voidRegisters one bean represented using fields in the provided descriptor.Method parameters in org.glassfish.jersey.internal.inject with type arguments of type Binding -
Uses of Binding in org.glassfish.jersey.model.internal
Method parameters in org.glassfish.jersey.model.internal with type arguments of type BindingModifier and TypeMethodDescriptionstatic <T> List<T> ComponentBag.getFromBinders(InjectionManager injectionManager, ComponentBag componentBag, Function<Object, T> cast, Predicate<Binding> filter) IfTobject is registered inComponentBagusing theBinder,Tis not visible using the methods for getting classes and instancesComponentBag.getClasses(Predicate)andComponentBag.getInstances(Predicate). -
Uses of Binding in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server with type parameters of type Binding -
Uses of Binding in org.glassfish.jersey.server.internal
Fields in org.glassfish.jersey.server.internal with type parameters of type Binding -
Uses of Binding in org.glassfish.jersey.server.internal.inject
Fields in org.glassfish.jersey.server.internal.inject with type parameters of type BindingModifier and TypeFieldDescriptionprivate final Function<Binding, ForeignDescriptor> DelegatedInjectionValueParamProvider.foreignDescriptorFactoryConstructor parameters in org.glassfish.jersey.server.internal.inject with type arguments of type BindingModifierConstructorDescriptionDelegatedInjectionValueParamProvider(LazyValue<ContextInjectionResolver> resolver, Function<Binding, ForeignDescriptor> foreignDescriptorFactory) Injection constructor.