Here you can find the source of pathToEmbedded(String relationType)
public static String pathToEmbedded(String relationType)
//package com.java2s; //License from project: Open Source License public class Main { public static String pathToEmbedded(String relationType) { return String.format("_embedded['%s']", relationType); }//from ww w .j a v a2 s .c o m }