Class 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 Detail

      • autowireBizObj

        public static <BO> BO autowireBizObj​(BO bizObj)