public boolean hasReferenceMapping(MetaReference metaReference) { if (referenceMappings == null) return false; return referenceMappings.containsKey(metaReference.getName()); }
public boolean hasPropertyMapping(String memberName) { return propertyMappings.containsKey(memberName); }