Uses of Class
org.glassfish.jersey.internal.inject.AliasBinding
Packages that use AliasBinding
Package
Description
Common Jersey internal injection utility classes.
-
Uses of AliasBinding in org.glassfish.jersey.inject.hk2
Methods in org.glassfish.jersey.inject.hk2 with parameters of type AliasBindingModifier and TypeMethodDescriptionprivate static org.glassfish.hk2.utilities.AliasDescriptor<?> Hk2Helper.createAlias(org.glassfish.hk2.api.ServiceLocator locator, org.glassfish.hk2.api.ActiveDescriptor<?> descriptor, AliasBinding alias) Creates the alias object to a provided descriptor.Method parameters in org.glassfish.jersey.inject.hk2 with type arguments of type AliasBindingModifier and TypeMethodDescriptionprivate static voidHk2Helper.bindBinding(org.glassfish.hk2.api.ServiceLocator locator, org.glassfish.hk2.api.DynamicConfiguration dc, org.glassfish.hk2.api.ActiveDescriptor<?> activeDescriptor, Set<AliasBinding> aliases) Binds a new instanceBindingusing the information from the Jersey descriptorInstanceBinding. -
Uses of AliasBinding in org.glassfish.jersey.internal.inject
Fields in org.glassfish.jersey.internal.inject with type parameters of type AliasBindingMethods in org.glassfish.jersey.internal.inject that return AliasBindingModifier and TypeMethodDescriptionAdds service's alias.Sets the binding's scope.AliasBinding.qualifiedBy(Annotation annotation) Adds a new binding's qualifier.AliasBinding.ranked(int rank) Sets the binding's rank.Methods in org.glassfish.jersey.internal.inject that return types with arguments of type AliasBinding