AttributeBinder.IAttributeBinderActionpublic static class AttributeBinder.AttributeBinderActionBind extends Object implements AttributeBinder.IAttributeBinderAction
Input attributes.| Modifier and Type | Field | Description |
|---|---|---|
Map<String,Object> |
remainingValues |
| Constructor | Description |
|---|---|
AttributeBinderActionBind(Map<String,Object> values,
boolean checkRequired,
AttributeBinder.IAttributeTransformer... transformers) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
performAction(AttributeBinder.BindingTracker bindingTracker,
int level,
Object object,
Field field,
Object value,
org.carrot2.shaded.guava.common.base.Predicate<Field> predicate) |
public AttributeBinderActionBind(Map<String,Object> values, boolean checkRequired, AttributeBinder.IAttributeTransformer... transformers)
public void performAction(AttributeBinder.BindingTracker bindingTracker, int level, Object object, Field field, Object value, org.carrot2.shaded.guava.common.base.Predicate<Field> predicate) throws InstantiationException
performAction in interface AttributeBinder.IAttributeBinderActionInstantiationExceptionCopyright © 2018 Carrot2.org. All rights reserved.