Searched refs:representedObjects (Results 1 – 2 of 2) sorted by relevance
51 protected final Map<Object, Node> representedObjects = new IdentityHashMap<Object, Node>() { field in BaseRepresenter65 representedObjects.clear(); in represent()73 if (representedObjects.containsKey(objectToRepresent)) { in representData()74 Node node = representedObjects.get(objectToRepresent); in representData()130 representedObjects.put(objectToRepresent, node); in representSequence()152 representedObjects.put(objectToRepresent, node); in representMapping()
78 representedObjects.put(javaBean, node); in representJavaBean()124 boolean hasAlias = this.representedObjects.containsKey(propertyValue); in representJavaBeanProperty()