| Modifier and Type | Method and Description |
|---|---|
static <T> void |
BeanHelper.registerBean(RuntimeType runtimeType,
InitializableInstanceBinding<T> binding,
jakarta.enterprise.inject.spi.AfterBeanDiscovery abd,
List<InjectionResolver> resolvers,
jakarta.enterprise.inject.spi.BeanManager beanManager)
Registers an instance as
JerseyBean into BeanManager. |
| Modifier and Type | Method and Description |
|---|---|
InitializableInstanceBinding<T> |
InitializableInstanceBinding.clone() |
static <T> InitializableInstanceBinding<T> |
InitializableInstanceBinding.from(InstanceBinding<T> instanceBinding) |
| Modifier and Type | Method and Description |
|---|---|
MatchableBinding.Matching<InitializableInstanceBinding<T>> |
InitializableInstanceBinding.matches(Binding other) |
| Modifier and Type | Method and Description |
|---|---|
InitializableInstanceBinding |
CdiClientInjectionManager.getInjectionManagerBinding(InitializableInstanceBinding binding) |
| Modifier and Type | Method and Description |
|---|---|
InitializableInstanceBinding |
CdiClientInjectionManager.getInjectionManagerBinding(InitializableInstanceBinding binding) |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.