Class InjectionInfo


  • public class InjectionInfo
    extends Object
    • Method Detail

      • getPostConstructMethodName

        public String getPostConstructMethodName()
      • setPostConstructMethodName

        public void setPostConstructMethodName​(String methodName)
      • getPostConstructMethod

        public Method getPostConstructMethod()
      • setPostConstructMethod

        public void setPostConstructMethod​(Method method)
      • getPreDestroyMethodName

        public String getPreDestroyMethodName()
      • getPreDestroyMethod

        public Method getPreDestroyMethod()
      • setPreDestroyMethod

        public void setPreDestroyMethod​(Method method)
      • getClassName

        public String getClassName()
      • setClassName

        public void setClassName​(String name)