Package com.querydsl.core.util
Class BeanMap.MyMapEntry
java.lang.Object
com.querydsl.core.util.BeanMap.MyMapEntry
- Enclosing class:
- BeanMap
Map entry used by
BeanMap.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMyMapEntry(BeanMap owner, String key, Object value) Constructs a newMyMapEntry. -
Method Summary
-
Constructor Details
-
MyMapEntry
Constructs a newMyMapEntry.- Parameters:
owner- the BeanMap this entry belongs tokey- the key for this entryvalue- the value for this entry
-
-
Method Details
-
setValue
Sets the value. -
getKey
-
getValue
-