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 ContextualBindingsArrayTemplate<C,R> extends Object
| Constructor and Description |
|---|
ContextualBindingsArrayTemplate(C context,
BindingsTemplate bindingsTemplate,
ValuesArrayBinder<C,R> valuesArrayBinder) |
| Modifier and Type | Method and Description |
|---|---|
BindingsTemplate |
getBindingsTemplate() |
C |
getContext() |
ValuesArrayBinder<C,R> |
getValuesArrayBinder() |
ContextualArrayBindings<C,R> |
resolveBindings() |
public ContextualBindingsArrayTemplate(C context, BindingsTemplate bindingsTemplate, ValuesArrayBinder<C,R> valuesArrayBinder)
public C getContext()
public BindingsTemplate getBindingsTemplate()
public ValuesArrayBinder<C,R> getValuesArrayBinder()
public ContextualArrayBindings<C,R> resolveBindings()
Copyright © 2018. All rights reserved.