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