Class WildcardFieldMapping
- java.lang.Object
-
- com.github.dozermapper.core.classmap.generator.WildcardFieldMapping
-
public class WildcardFieldMapping extends Object
Internal class representing an wildcard mapping between a source field and a destination field.
-
-
Constructor Summary
Constructors Constructor Description WildcardFieldMapping(String srcFieldName, String destFieldName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDestFieldName()StringgetSrcFieldName()inthashCode()
-