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