| Class | Description |
|---|---|
| InitializableInstanceBinding<T> |
Injection binding description of a bean bound directly as a specific instance to be created in a pre-initialization phase
and initialized in runtime.
|
| InitializableSupplierInstanceBinding<T> |
Supplier instance binding to be created in the pre-initialization phase and initialized in runtime.
|
| MatchableBinding<T,D extends MatchableBinding> |
A Binding to be able to be compared and matched in the runtime to be properly initialized.
|
| MatchableBinding.Matching<D extends MatchableBinding> |
Matching object that represents the level of a match between two bindings.
|
| Enum | Description |
|---|---|
| MatchableBinding.MatchLevel |
Internal granularity of a Matching.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.