Class InstantiatedBean


  • public class InstantiatedBean
    extends java.lang.Object
    Contains an object of the instantiated bean.

    Created: 2016. 12. 27.

    Since:
    3.2.0
    • Constructor Summary

      Constructors 
      Constructor Description
      InstantiatedBean​(java.lang.Object bean)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getBean()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InstantiatedBean

        public InstantiatedBean​(java.lang.Object bean)
    • Method Detail

      • getBean

        public java.lang.Object getBean()