Schnittstelle InitableByConstraintMap
- Alle bekannten Implementierungsklassen:
BigDecimalValidator
,BooleanValidator
,DateRangeValidator
,DateStringValidator
,DefaultValidator
,DoubleValidator
,FileValidator
,FloatValidator
,IntegerRangeValidator
,IntegerValidator
,LongValidator
,NumberValidator
,ShortValidator
,StringValidator
public interface InitableByConstraintMap
This interface marks a bean/class that can have its properties set
by values in a Map.
- Version:
- $Id$
- Autor:
- John McNally
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
init
(Map<String, ? extends Constraint> inputParameters) Extract the relevant parameters from the constraints listed in <input-param> tags within the intake.xml file.
-
Methodendetails
-
init
Extract the relevant parameters from the constraints listed in <input-param> tags within the intake.xml file.- Parameter:
inputParameters
- aMap
ofConstraint
's containing rules and error messages.- Löst aus:
InvalidMaskException
- one of the mask rules is invalid
-