com.google.code.validationframework.experimental.builder
Class ResultCollectorValidatorBuilder

java.lang.Object
  extended by com.google.code.validationframework.experimental.builder.ResultCollectorValidatorBuilder

public final class ResultCollectorValidatorBuilder
extends Object

Use com.google.code.validationframework.base.validator.generalvalidator.dsl.GeneralValidatorBuilder instead.


Method Summary
static
<D> RuleContext<D>
collect(Collection<com.google.code.validationframework.base.resulthandler.ResultCollector<?,D>> resultCollectors)
          Use com.google.code.validationframework.base.validator.generalvalidator.dsl.GeneralValidatorBuilder instead.
static
<D> RuleContext<D>
collect(com.google.code.validationframework.base.resulthandler.ResultCollector<?,D>... resultCollectors)
          Use com.google.code.validationframework.base.validator.generalvalidator.dsl.GeneralValidatorBuilder instead.
static
<D> RuleContext<D>
collect(com.google.code.validationframework.base.resulthandler.ResultCollector<?,D> resultCollector)
          Use com.google.code.validationframework.base.validator.generalvalidator.dsl.GeneralValidatorBuilder instead.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

collect

public static <D> RuleContext<D> collect(com.google.code.validationframework.base.resulthandler.ResultCollector<?,D> resultCollector)
Use com.google.code.validationframework.base.validator.generalvalidator.dsl.GeneralValidatorBuilder instead.


collect

public static <D> RuleContext<D> collect(com.google.code.validationframework.base.resulthandler.ResultCollector<?,D>... resultCollectors)
Use com.google.code.validationframework.base.validator.generalvalidator.dsl.GeneralValidatorBuilder instead.


collect

public static <D> RuleContext<D> collect(Collection<com.google.code.validationframework.base.resulthandler.ResultCollector<?,D>> resultCollectors)
Use com.google.code.validationframework.base.validator.generalvalidator.dsl.GeneralValidatorBuilder instead.



Copyright © 2013. All Rights Reserved.