Esempio n. 1
0
 static {
   for (FieldType t : FieldType.values()) {
     BINDING_MAPPING.put(t.getBinding(), t);
   }
 }