Package org.jeasy.props.api
Interface PropertiesInjector
-
public interface PropertiesInjectorInterface for java properties injector.- Author:
- Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinjectProperties(Object object)Inject properties in annotated fields of the given object.
-
-
-
Method Detail
-
injectProperties
void injectProperties(Object object) throws PropertyInjectionException
Inject properties in annotated fields of the given object.- Parameters:
object- the object in which to inject properties.- Throws:
PropertyInjectionException- thrown if an exception occurs during properties injection
-
-