Class PropertyAccessorCache
java.lang.Object
org.linkki.util.reflection.accessor.PropertyAccessorCache
Global static cache for
PropertyAccessors.-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> PropertyAccessor<T,?> Deprecated.as this should only be used internally.
-
Method Details
-
get
@Deprecated(since="2.5") public static <T> PropertyAccessor<T,?> get(Class<T> clazz, String property) Deprecated.as this should only be used internally. UsePropertyAccessor.get(Class, String)instead.- Parameters:
clazz- a classproperty- a property of the class- Returns:
- a
PropertyAccessorto access the property of instances of the class
-