Uses of Interface
com.github.dozermapper.core.propertydescriptor.PropertyDescriptorCreationStrategy
-
Packages that use PropertyDescriptorCreationStrategy Package Description com.github.dozermapper.core Core mapping APIcom.github.dozermapper.core.propertydescriptor DozerPropertyDescriptorstrategies used to map objects -
-
Uses of PropertyDescriptorCreationStrategy in com.github.dozermapper.core
Methods in com.github.dozermapper.core that return types with arguments of type PropertyDescriptorCreationStrategy Modifier and Type Method Description default Collection<PropertyDescriptorCreationStrategy>DozerModule. getPropertyDescriptorCreationStrategies()To be implemented by module if it provides any additional strategies to create property description. -
Uses of PropertyDescriptorCreationStrategy in com.github.dozermapper.core.propertydescriptor
Method parameters in com.github.dozermapper.core.propertydescriptor with type arguments of type PropertyDescriptorCreationStrategy Modifier and Type Method Description voidPropertyDescriptorFactory. addPluggedPropertyDescriptorCreationStrategies(Collection<PropertyDescriptorCreationStrategy> strategies)
-