public interface PropertiesInjector
| Modifier and Type | Method and Description |
|---|---|
void |
injectProperties(Object object)
Inject properties in annotated fields of the given object.
|
void injectProperties(Object object) throws PropertyInjectionException
object - the object in which to inject properties.PropertyInjectionException - thrown if an exception occurs during properties injectionCopyright © 2020. All rights reserved.