Uses of Interface
de.iip_ecosphere.platform.services.spring.descriptor.Validator.ValidatorFunction
-
Packages that use Validator.ValidatorFunction Package Description de.iip_ecosphere.platform.services.spring.descriptor Interfaces describing the deployment descriptor. -
-
Uses of Validator.ValidatorFunction in de.iip_ecosphere.platform.services.spring.descriptor
Methods in de.iip_ecosphere.platform.services.spring.descriptor with parameters of type Validator.ValidatorFunction Modifier and Type Method Description private <O> booleanValidator. assertList(java.util.List<O> list, boolean fieldNotNull, java.lang.String field, java.lang.String msgContext, Validator.ValidatorFunction<O> func)Asserts a list of objects that can be validated.
-