VerbatimOccurrence.java 文件源码

java
阅读 19 收藏 0 点赞 0 评论 0

项目:gbif-api 作者:
/**
 * This private method is only for serialization via jackson and not exposed anywhere else!
 * It maps the verbatimField terms into properties with their full qualified name.
 */
@JsonAnyGetter
private Map<String, String> jsonVerbatimFields() { // note: for 1.6.0 MUST use non-getter name; otherwise doesn't matter
  Map<String, String> extendedProps = Maps.newHashMap();
  for (Map.Entry<Term, String> prop : verbatimFields.entrySet()) {
    extendedProps.put(prop.getKey().qualifiedName(), prop.getValue());
  }
  return extendedProps;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号