org.neovera.jdiablo.internal
Class TargetOptionBinder

java.lang.Object
  extended by org.neovera.jdiablo.internal.TargetOptionBinder

public class TargetOptionBinder
extends Object

Facilitates binding an option value on a specified object, handling type conversions.


Constructor Summary
TargetOptionBinder(OptionPropertyAccessor optionProperty)
           
 
Method Summary
 boolean bind(OptionValueFacets optionValueFacets, Object target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetOptionBinder

public TargetOptionBinder(OptionPropertyAccessor optionProperty)
Method Detail

bind

public boolean bind(OptionValueFacets optionValueFacets,
                    Object target)
Parameters:
optionValueFacets - source from which the option's value can be retrieved.
target - Object to apply to.


Copyright © 2014 Neovera Inc.. All rights reserved.