Index

M P U V 
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 source to a new instance of destinationType, 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 source to a new instance of destinationType using 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 source to an existing destination object, 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 source to an existing destination object 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 source to a new instance of the given generic destinationType, 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 source to a new instance of the given generic destinationType using 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 ModelMapper bean.

U

uk.co.jasonmarston.kiunzi.utility.producer.annotation - package uk.co.jasonmarston.kiunzi.utility.producer.annotation
Provides CDI qualifier annotations for selecting ModelMapper variants.
uk.co.jasonmarston.kiunzi.utility.producer.modelmapper - package uk.co.jasonmarston.kiunzi.utility.producer.modelmapper
Provides ModelMapper extensions 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 ModelMapper bean.
ValidatingModelMapper - Class in uk.co.jasonmarston.kiunzi.utility.producer.modelmapper
A ModelMapper extension 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 ValidatingModelMapper with the given Bean Validation Validator.
M P U V 
All Classes and Interfaces|All Packages