Uses of Interface
de.iip_ecosphere.platform.services.spring.descriptor.Validator.ValidatorFunction
Packages that use Validator.ValidatorFunction
Package
Description
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.ValidatorFunctionModifier and TypeMethodDescriptionprivate <O> booleanValidator.assertList(List<O> list, boolean fieldNotNull, String field, String msgContext, Validator.ValidatorFunction<O> func) Asserts a list of objects that can be validated.