GeneralValidatorBuilder
instead.@Deprecated public final class ResultCollectorValidatorBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
static <D> RuleContext<D> |
collect(Collection<com.google.code.validationframework.base.resulthandler.ResultCollector<?,D>> resultCollectors)
Deprecated.
Use
GeneralValidatorBuilder
instead. |
static <D> RuleContext<D> |
collect(com.google.code.validationframework.base.resulthandler.ResultCollector<?,D>... resultCollectors)
Deprecated.
Use
GeneralValidatorBuilder
instead. |
static <D> RuleContext<D> |
collect(com.google.code.validationframework.base.resulthandler.ResultCollector<?,D> resultCollector)
Deprecated.
Use
GeneralValidatorBuilder
instead. |
@Deprecated public static <D> RuleContext<D> collect(com.google.code.validationframework.base.resulthandler.ResultCollector<?,D> resultCollector)
GeneralValidatorBuilder
instead.D - Type of data provided.resultCollector - First result collector to be added.@Deprecated public static <D> RuleContext<D> collect(com.google.code.validationframework.base.resulthandler.ResultCollector<?,D>... resultCollectors)
GeneralValidatorBuilder
instead.D - Type of data provided.resultCollectors - First result collectors to be added.@Deprecated public static <D> RuleContext<D> collect(Collection<com.google.code.validationframework.base.resulthandler.ResultCollector<?,D>> resultCollectors)
GeneralValidatorBuilder
instead.D - Type of data provided.resultCollectors - First result collectors to be added.Copyright © 2020. All rights reserved.