Searched refs:updateGenericsFor (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/beans/
H A DIndexedPropertyDescriptor.java498 void updateGenericsFor(Class<?> type) { method in class:IndexedPropertyDescriptor
499 super.updateGenericsFor(type);
H A DPropertyDescriptor.java633 void updateGenericsFor(Class<?> type) { method in class:PropertyDescriptor
H A DIntrospector.java590 pd.updateGenericsFor(this.beanClass);
595 pd.updateGenericsFor(this.beanClass);

Completed in 38 milliseconds