Class Constructor

    • Constructor Detail

      • Constructor

        public Constructor​(LoaderOptions loadingConfig)
        Create with options
        Parameters:
        loadingConfig - - config
      • Constructor

        public Constructor​(Class<? extends Object> theRoot,
                           LoaderOptions loadingConfig)
        Create
        Parameters:
        theRoot - - the class to create (to be the root of the YAML document)
        loadingConfig - - options
      • Constructor

        public Constructor​(TypeDescription theRoot,
                           LoaderOptions loadingConfig)
        Create
        Parameters:
        theRoot - - the root class to create
        loadingConfig - options
      • Constructor

        public Constructor​(TypeDescription theRoot,
                           Collection<TypeDescription> moreTDs,
                           LoaderOptions loadingConfig)
        Create with all possible arguments
        Parameters:
        theRoot - - the class (usually JavaBean) to be constructed
        moreTDs - - collection of classes used by the root class
        loadingConfig - - configuration