예제 #1
0
 public Metadata putElement(MetadataElement element) {
   jsonObject.put(element.getName(), element.getJsonObject());
   return this;
 }