org.carrot2.util.attribute
Class AttributeBinder.AttributeBinderActionBind

java.lang.Object
  extended by org.carrot2.util.attribute.AttributeBinder.AttributeBinderActionBind
All Implemented Interfaces:
AttributeBinder.IAttributeBinderAction
Enclosing class:
AttributeBinder

public static class AttributeBinder.AttributeBinderActionBind
extends Object
implements AttributeBinder.IAttributeBinderAction

An action that binds all Input attributes.


Field Summary
 Map<String,Object> remainingValues
           
 
Constructor Summary
AttributeBinder.AttributeBinderActionBind(Map<String,Object> values, boolean checkRequired, AttributeBinder.IAttributeTransformer... transformers)
           
 
Method Summary
 void performAction(AttributeBinder.BindingTracker bindingTracker, int level, Object object, Field field, Object value, com.google.common.base.Predicate<Field> predicate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

remainingValues

public final Map<String,Object> remainingValues
Constructor Detail

AttributeBinder.AttributeBinderActionBind

public AttributeBinder.AttributeBinderActionBind(Map<String,Object> values,
                                                 boolean checkRequired,
                                                 AttributeBinder.IAttributeTransformer... transformers)
Method Detail

performAction

public void performAction(AttributeBinder.BindingTracker bindingTracker,
                          int level,
                          Object object,
                          Field field,
                          Object value,
                          com.google.common.base.Predicate<Field> predicate)
                   throws InstantiationException
Specified by:
performAction in interface AttributeBinder.IAttributeBinderAction
Throws:
InstantiationException


Copyright (c) Dawid Weiss, Stanislaw Osinski