static final class MapBinder.RealMapBinder.ValueProvider<V> extends java.lang.Object implements Provider<V>
| Modifier and Type | Field and Description |
|---|---|
private Binding<V> |
binding |
private Provider<V> |
delegate |
| Constructor and Description |
|---|
ValueProvider(Provider<V> delegate,
Binding<V> binding) |
| Modifier and Type | Method and Description |
|---|---|
V |
get()
Provides an instance of
T. |
Binding<V> |
getValueBinding() |