Interface MappingValidatorFactory
- All Known Implementing Classes:
MappingValidatorFactoryImpl
public interface MappingValidatorFactory
A factory used to build
MappingValidator instances-
Method Summary
Modifier and TypeMethodDescriptionBuilds and returns aMappingValidatorfrom it's string representationConstructs aMapcontaining validation entries composed from the provided string representation
-
Method Details
-
build
Builds and returns aMappingValidatorfrom it's string representation- Parameters:
validatorString- A string representation of the mapping validator- Returns:
- A
MappingValidatorbuild from it's string representation
-
split
Constructs aMapcontaining validation entries composed from the provided string representation- Parameters:
validationString- A string representation of the required validators- Returns:
- A
Mapcontaining validation entries composed from the provided string representation
-