Package io.agroal.pool.util
Class PropertyInjector
- java.lang.Object
-
- io.agroal.pool.util.PropertyInjector
-
public final class PropertyInjector extends Object
- Author:
- Luis Barreiro
-
-
Constructor Summary
Constructors Constructor Description PropertyInjector(Class<?> cls)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>availableProperties()voidinject(Object target, String propertyName, String propertyValue)
-
-
-
Constructor Detail
-
PropertyInjector
public PropertyInjector(Class<?> cls)
-
-
Method Detail
-
inject
public void inject(Object target, String propertyName, String propertyValue) throws InvocationTargetException, IllegalAccessException, NoSuchMethodException
-
-