Ejemplo n.º 1
0
 @Override
 public URI unmarshal(String v) throws Exception {
   return v == null ? null : URI.create(v);
 }