Uses of Interface
com.github.dozermapper.core.classmap.generator.BeanFieldsDetector
-
Packages that use BeanFieldsDetector Package Description com.github.dozermapper.core Core mapping APIcom.github.dozermapper.core.classmap.generator Generators to resolve the different types and their fields -
-
Uses of BeanFieldsDetector in com.github.dozermapper.core
Methods in com.github.dozermapper.core that return types with arguments of type BeanFieldsDetector Modifier and Type Method Description default Collection<BeanFieldsDetector>DozerModule. getBeanFieldsDetectors()To be implemented by module if it provides any additional detectors of bean fields. -
Uses of BeanFieldsDetector in com.github.dozermapper.core.classmap.generator
Classes in com.github.dozermapper.core.classmap.generator that implement BeanFieldsDetector Modifier and Type Class Description classJavaBeanFieldsDetectorMethod parameters in com.github.dozermapper.core.classmap.generator with type arguments of type BeanFieldsDetector Modifier and Type Method Description voidBeanMappingGenerator. addPluggedFieldDetectors(Collection<BeanFieldsDetector> beanFieldsDetectors)
-