コード例 #1
0
 public static List<PropertyDescriptor> getAdapterPropertyDescriptors(Class<?> type) {
   return INSTANCE.getAdapterPropertyDescriptors0(type);
 }
コード例 #2
0
 public static Object getAdapter(Object source, String property) {
   return INSTANCE.getAdapter0(source, property);
 }