Example #1
0
 public Builder put(RootMapper.Builder mapper) {
   RootMapper rootMapper = (RootMapper) mapper.build(builderContext);
   rootMappers.put(rootMapper.getClass(), rootMapper);
   return this;
 }