Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.map.RefKeyHandler
Packages that use RefKeyHandler
-
Uses of RefKeyHandler in com.fasterxml.jackson.datatype.eclipsecollections.deser.map
Fields in com.fasterxml.jackson.datatype.eclipsecollections.deser.map with type parameters of type RefKeyHandlerModifier and TypeFieldDescriptionstatic final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableObjectBooleanMap<Object>, RefKeyHandler, PrimitiveKVHandler.Boolean> TypeHandlerPair.OBJECT_BOOLEAN
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableObjectByteMap<Object>, RefKeyHandler, PrimitiveKVHandler.Byte> TypeHandlerPair.OBJECT_BYTE
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableObjectCharMap<Object>, RefKeyHandler, PrimitiveKVHandler.Char> TypeHandlerPair.OBJECT_CHAR
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap<Object>, RefKeyHandler, PrimitiveKVHandler.Double> TypeHandlerPair.OBJECT_DOUBLE
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableObjectFloatMap<Object>, RefKeyHandler, PrimitiveKVHandler.Float> TypeHandlerPair.OBJECT_FLOAT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableObjectIntMap<Object>, RefKeyHandler, PrimitiveKVHandler.Int> TypeHandlerPair.OBJECT_INT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableObjectLongMap<Object>, RefKeyHandler, PrimitiveKVHandler.Long> TypeHandlerPair.OBJECT_LONG
static final TypeHandlerPair
<org.eclipse.collections.api.map.MutableMap<Object, Object>, RefKeyHandler, RefValueHandler> TypeHandlerPair.OBJECT_OBJECT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableObjectShortMap<Object>, RefKeyHandler, PrimitiveKVHandler.Short> TypeHandlerPair.OBJECT_SHORT
Methods in com.fasterxml.jackson.datatype.eclipsecollections.deser.map that return RefKeyHandlerModifier and TypeMethodDescriptionRefKeyHandler.createContextualKey
(com.fasterxml.jackson.databind.DeserializationContext ctxt, com.fasterxml.jackson.databind.BeanProperty property)