Package org.cache2k.extra.config.generic
Interface TargetPropertyAccessor
-
- All Known Implementing Classes:
BeanPropertyAccessor
public interface TargetPropertyAccessor- Author:
- Jens Wilke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectaccess(Object target, String propertyName)Collection<String>getNames()Class<?>getType(String propertyName)
-
-
-
Method Detail
-
getNames
Collection<String> getNames()
-
access
Object access(Object target, String propertyName) throws InvocationTargetException, IllegalAccessException
-
-