Package | Description |
---|---|
net.sf.mmm.util.validation.base |
Contains the base-implementations of the
validation API . |
net.sf.mmm.util.validation.base.collection |
Modifier and Type | Class and Description |
---|---|
static class |
ObjectValidatorBuilderFactory.BuilderFactory
Implementation of
ObjectValidatorBuilderFactory without parent . |
Modifier and Type | Field and Description |
---|---|
private ObjectValidatorBuilderFactory<SELF> |
ComplexValidatorBuilder.subFactory |
Modifier and Type | Method and Description |
---|---|
ObjectValidatorBuilderFactory<SELF> |
ComplexValidatorBuilder.getSubFactory() |
Modifier and Type | Method and Description |
---|---|
<SUB extends ObjectValidatorBuilder<E,? extends SELF,?>> |
AbstractCollectionValidatorBuilder.with(BiFunction<ObjectValidatorBuilderFactory<SELF>,E,SUB> factory)
Creates a new
builder for the validators to invoke for
each element contained in the Collection .Use ObjectValidatorBuilder.and() to return to this builder after the sub-builder is complete.A typical usage looks like this: |
<SUB extends ObjectValidatorBuilder<K,? extends SELF,?>> |
AbstractMapValidatorBuilder.withKeys(BiFunction<ObjectValidatorBuilderFactory<SELF>,K,SUB> factory)
Creates a new
builder for the validators to invoke for
each key in the Map .Use ObjectValidatorBuilder.and() to return to this builder after the sub-builder is complete.A typical usage looks like this: |
<SUB extends ObjectValidatorBuilder<V,? extends SELF,?>> |
AbstractMapValidatorBuilder.withValues(BiFunction<ObjectValidatorBuilderFactory<SELF>,V,SUB> factory)
Creates a new
builder for the validators to invoke for
each values in the Map .Use ObjectValidatorBuilder.and() to return to this builder after the sub-builder is complete.A typical usage looks like this: |
Copyright © 2001–2016 mmm-Team. All rights reserved.