Searched refs:getClassInstance (Results 1 – 1 of 1) sorted by relevance
119 Class<?> propertyClass = getClassInstance(propertyValue, propertyClassName); in setProperty()137 private static Class<?> getClassInstance(@NonNull Object object, @NonNull String className) { in getClassInstance() method in RecyclerViewUtil