public static List<PropertyDescriptor> getAdapterPropertyDescriptors(Class<?> type) {
   return INSTANCE.getAdapterPropertyDescriptors0(type);
 }
 public static Object getAdapter(Object source, String property) {
   return INSTANCE.getAdapter0(source, property);
 }