Class Constructor

    • Constructor Detail

      • Constructor

        public Constructor()
      • Constructor

        public Constructor​(Class<? extends Object> theRoot)
        Create Constructor for the specified class as the root.
        Parameters:
        theRoot - - the class (usually JavaBean) to be constructed
      • Constructor

        public Constructor​(String theRoot)
                    throws ClassNotFoundException
        Create Constructor for a class which does not have to be in the classpath or for a definition from a Spring ApplicationContext.
        Parameters:
        theRoot - fully qualified class name of the root class (usually JavaBean)
        Throws:
        ClassNotFoundException - if cannot be loaded by the classloader