// Get the RemoteDependency is multiple boolean
Boolean multiple = json.get(JSON_IS_MULTIPLE).getBooleanValue();
// Create the ComponentReference from its name
ComponentReference<?> compref = new ComponentReference(json.get(
JSON_COMP_REF_NAME).asText());
// Get the ResolvableReference type
RRTYPE rr_type = RRTYPE.valueOf(rr_json.get(JSON_RESOLVABLE_REF_TYPE)
.asText());