C - The type of the contextual template object.R - The type which will be produced when mapped values are applied to a type Cpublic class ContextualBindingsTemplate<C,R> extends Object
| Constructor and Description |
|---|
ContextualBindingsTemplate(C context,
BindingsTemplate bindingsTemplate,
ValuesBinder<C,R> valuesMapBinder) |
| Modifier and Type | Method and Description |
|---|---|
BindingsTemplate |
getBindingsTemplate() |
C |
getContext() |
ValuesBinder<C,R> |
getValuesBinder() |
ContextualBindings<C,R> |
resolveBindings() |
public ContextualBindingsTemplate(C context, BindingsTemplate bindingsTemplate, ValuesBinder<C,R> valuesMapBinder)
public C getContext()
public BindingsTemplate getBindingsTemplate()
public ValuesBinder<C,R> getValuesBinder()
public ContextualBindings<C,R> resolveBindings()
Copyright © 2018. All rights reserved.