Index
All Classes and Interfaces|All Packages
M
- map(Object, Class<T>) - Method in class uk.co.jasonmarston.kiunzi.utility.producer.modelmapper.ValidatingModelMapper
-
Maps properties from
sourceto a new instance ofdestinationType, then validates the result against all declared Bean Validation constraints. - map(Object, Class<T>, String) - Method in class uk.co.jasonmarston.kiunzi.utility.producer.modelmapper.ValidatingModelMapper
-
Maps properties from
sourceto a new instance ofdestinationTypeusing the named type map, then validates the result. - map(Object, Object) - Method in class uk.co.jasonmarston.kiunzi.utility.producer.modelmapper.ValidatingModelMapper
-
Maps properties from
sourceto an existingdestinationobject, then validates the destination against all declared Bean Validation constraints. - map(Object, Object, String) - Method in class uk.co.jasonmarston.kiunzi.utility.producer.modelmapper.ValidatingModelMapper
-
Maps properties from
sourceto an existingdestinationobject using the named type map, then validates the destination object. - map(Object, Type) - Method in class uk.co.jasonmarston.kiunzi.utility.producer.modelmapper.ValidatingModelMapper
-
Maps properties from
sourceto a new instance of the given genericdestinationType, then validates the result against all declared Bean Validation constraints. - map(Object, Type, String) - Method in class uk.co.jasonmarston.kiunzi.utility.producer.modelmapper.ValidatingModelMapper
-
Maps properties from
sourceto a new instance of the given genericdestinationTypeusing the named type map, then validates the result.
P
- PersistenceAwareValidating - Annotation Interface in uk.co.jasonmarston.kiunzi.utility.producer.annotation
-
CDI qualifier annotation that selects the persistence-aware validating
ModelMapperbean.
U
- uk.co.jasonmarston.kiunzi.utility.producer.annotation - package uk.co.jasonmarston.kiunzi.utility.producer.annotation
-
Provides CDI qualifier annotations for selecting
ModelMappervariants. - uk.co.jasonmarston.kiunzi.utility.producer.modelmapper - package uk.co.jasonmarston.kiunzi.utility.producer.modelmapper
-
Provides
ModelMapperextensions that integrate Bean Validation into the mapping lifecycle. - utility.producer - module utility.producer
-
Provides shared annotations and wiring dependencies used across adapters and ports.
V
- Validating - Annotation Interface in uk.co.jasonmarston.kiunzi.utility.producer.annotation
-
CDI qualifier annotation that selects the validating
ModelMapperbean. - ValidatingModelMapper - Class in uk.co.jasonmarston.kiunzi.utility.producer.modelmapper
-
A
ModelMapperextension that automatically validates the mapped destination object using Bean Validation after every mapping operation. - ValidatingModelMapper(Validator) - Constructor for class uk.co.jasonmarston.kiunzi.utility.producer.modelmapper.ValidatingModelMapper
-
Constructs a
ValidatingModelMapperwith the given Bean ValidationValidator.
All Classes and Interfaces|All Packages