public interface ReflectionProvider
Method getGetMethod(Class targetClass, String propertyName) throws IntrospectionException, ReflectionException
Method getSetMethod(Class targetClass, String propertyName) throws IntrospectionException, ReflectionException
void setProperties(Map<String,?> props, Object o, Map<String,Object> context, boolean throwPropertyExceptions) throws ReflectionException
ReflectionExceptionPropertyDescriptor getPropertyDescriptor(Class targetClass, String propertyName) throws IntrospectionException, ReflectionException
void copy(Object from, Object to, Map<String,Object> context, Collection<String> exclusions, Collection<String> inclusions)
Object getRealTarget(String property, Map<String,Object> context, Object root) throws ReflectionException
ReflectionExceptionvoid setProperty(String name, Object value, Object o, Map<String,Object> context, boolean throwPropertyExceptions)
Map<String,Object> getBeanMap(Object source) throws IntrospectionException, ReflectionException
Object getValue(String expression, Map<String,Object> context, Object root) throws ReflectionException
ReflectionExceptionvoid setValue(String expression, Map<String,Object> context, Object root, Object value) throws ReflectionException
ReflectionExceptionPropertyDescriptor[] getPropertyDescriptors(Object source) throws IntrospectionException
IntrospectionExceptionCopyright © 2022. All rights reserved.