Uses of Class
org.glassfish.jersey.internal.inject.Binding
-
Packages that use Binding Package Description org.glassfish.jersey.internal.inject Common Jersey internal injection utility classes.org.glassfish.jersey.model.internal Common Jersey internal model related classes and interfaces. -
-
Uses of Binding in org.glassfish.jersey.internal.inject
Classes in org.glassfish.jersey.internal.inject with type parameters of type Binding Modifier and Type Class Description classBinding<T,D extends Binding>Abstract injection binding description of a bean.Subclasses of Binding in org.glassfish.jersey.internal.inject Modifier and Type Class Description classClassBinding<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.classInstanceBinding<T>Injection binding description of a bean bound directly as a specific instance.classSupplierClassBinding<T>Injection binding description of a bean bound indirectly via a supplier class producing instances of the bound type.classSupplierInstanceBinding<T>Injection binding description of a bean bound indirectly via an supplier producing instances of the bound type.Methods in org.glassfish.jersey.internal.inject that return Binding Modifier and Type Method Description BindingAbstractBinder. bind(Binding binding)Binds the provided binding and return the same instance.Methods in org.glassfish.jersey.internal.inject that return types with arguments of type Binding Modifier and Type Method Description Collection<Binding>AbstractBinder. getBindings()Collection<Binding>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 Binding Modifier and Type Method Description BindingAbstractBinder. bind(Binding binding)Binds the provided binding and return the same instance.ForeignDescriptorInjectionManager. createForeignDescriptor(Binding binding)Creates and registers the descriptor in the underlying DI provider and returnsForeignDescriptorthat is specific descriptor for the underlying DI provider.voidInjectionManager. register(Binding binding)Registers one bean represented using fields in the provided descriptor.Method parameters in org.glassfish.jersey.internal.inject with type arguments of type Binding Modifier and Type Method Description voidInjectionManager. register(Iterable<Binding> descriptors)Registers a collection of beans represented using fields in the provided descriptors. -
Uses of Binding in org.glassfish.jersey.model.internal
Method parameters in org.glassfish.jersey.model.internal with type arguments of type Binding Modifier and Type Method Description static <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).
-