Package com.github.dozermapper.core
Class MapIdField
- java.lang.Object
-
- com.github.dozermapper.core.MapIdField
-
public class MapIdField extends Object
Only intended for internal use. Simple helper class to keep track of mapped objects and their mapIds.
-
-
Constructor Summary
Constructors Constructor Description MapIdField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsMapId(String mapId)Objectget(String mapId)voidput(String mapId, Object value)voidremove(String mapId)
-