Class SpringAutowiringUtil
- java.lang.Object
-
- org.technologybrewery.fermenter.stout.util.SpringAutowiringUtil
-
public final class SpringAutowiringUtil extends Object
Facilitates the auto-wiring of objects that are *not* created by Spring with dependencies that are managed by Spring. Specifically, this class enables developers to easily create business objects via normal object constructors and have them injected with the Spring-managed components needed to perform entity persistence, validation, and more.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <BO> BOautowireBizObj(BO bizObj)
-