Searched defs:ReflectiveProperty (Results 1 – 1 of 1) sorted by relevance
27 class ReflectiveProperty<T, V> extends Property<T, V> { class46 public ReflectiveProperty(Class<T> propertyHolder, Class<V> valueType, String name) { in ReflectiveProperty() method in ReflectiveProperty