com.google.code.validationframework.binding
Class Binder
java.lang.Object
com.google.code.validationframework.binding.Binder
public final class Binder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bind
public static <MO> Binder.SingleMasterContext<MO,MO> bind(Master<MO> master)
bind
public static <MO> Binder.MultipleMasterContext<MO,Collection<MO>> bind(Collection<Master<MO>> masters)
bind
public static <MO> Binder.MultipleMasterContext<MO,Collection<MO>> bind(Master<MO>... masters)
Copyright © 2013. All Rights Reserved.