Home
last modified time | relevance | path

Searched refs:IdKey (Results 1 – 12 of 12) sorted by relevance

/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DSimpleObjectIdResolver.java6 import com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey;
14 protected Map<IdKey,Object> _items;
19 public void bindItem(IdKey id, Object ob) in bindItem()
22 _items = new HashMap<ObjectIdGenerator.IdKey,Object>(); in bindItem()
31 public Object resolveId(IdKey id) { in resolveId()
DObjectIdGenerator.java99 public abstract IdKey key(Object key); in key()
128 public final static class IdKey class in ObjectIdGenerator
150 public IdKey(Class<?> type, Class<?> scope, Object key) { in IdKey() method in ObjectIdGenerator.IdKey
174 IdKey other = (IdKey) o; in equals()
DObjectIdGenerators.java107 public IdKey key(Object key) { in key()
112 return new IdKey(getClass(), _scope, key); in key()
167 public IdKey key(Object key) { in key()
172 return new IdKey(getClass(), null, key); in key()
224 public IdKey key(Object key) { in key()
228 return new IdKey(getClass(), null, key); in key()
DObjectIdResolver.java3 import com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey;
20 void bindItem(IdKey id, Object pojo); in bindItem()
29 Object resolveId(IdKey id); in resolveId()
/external/jackson-annotations/src/test/java/com/fasterxml/jackson/annotation/
DObjectIdStuffTest.java10 ObjectIdGenerator.IdKey k = new ObjectIdGenerator.IdKey(String.class, Object.class, "id1"); in testObjectIdGenerator()
19 … ObjectIdGenerator.IdKey k2 = new ObjectIdGenerator.IdKey(Integer.class, Object.class, "id2"); in testObjectIdGenerator()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DReadableObjectId.java26 protected final ObjectIdGenerator.IdKey _key;
32 public ReadableObjectId(ObjectIdGenerator.IdKey key) { in ReadableObjectId()
40 public ObjectIdGenerator.IdKey getKey() { in getKey()
DPropertyBasedObjectIdGenerator.java32 public com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey key(Object key) { in key()
37 return new IdKey(getClass(), _scope, key); in key()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DDefaultDeserializationContext.java9 import com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey;
35 protected transient LinkedHashMap<ObjectIdGenerator.IdKey, ReadableObjectId> _objectIds;
98 final ObjectIdGenerator.IdKey key = gen.key(id); in findObjectId()
101 _objectIds = new LinkedHashMap<ObjectIdGenerator.IdKey,ReadableObjectId>(); in findObjectId()
146 protected ReadableObjectId createReadableObjectId(IdKey key) { in createReadableObjectId()
161 for (Entry<IdKey,ReadableObjectId> entry : _objectIds.entrySet()) { in checkUnresolvedObjectId()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/impl/
DPropertyBasedObjectIdGenerator.java72 public com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey key(Object key) { in key()
77 return new IdKey(getClass(), _scope, key); in key()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/
DJSOGDeserialize622Test.java72 public com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey key(Object key) { in key()
73 return new IdKey(getClass(), _scope, key); in key()
DTestObjectIdDeserialization.java12 import com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey;
164 public void bindItem(IdKey id, Object pojo){ } in bindItem()
167 public Object resolveId(IdKey id){ return _pool.get(id.key); } in resolveId()
/external/openssh/regress/
Dssh-com-client.sh37 echo IdKey ${OBJ}/id.com > ${OBJ}/id.list