Class StandardConstructor.ConstructYamlInt

    • Constructor Detail

      • ConstructYamlInt

        public ConstructYamlInt()
    • Method Detail

      • construct

        public Object construct​(Node node)
        Description copied from interface: ConstructNode
        Construct a Java instance with all the properties injected when it is possible.
        Specified by:
        construct in interface ConstructNode
        Parameters:
        node - composed Node
        Returns:
        a complete Java instance or empty collection instance if it is recursive
      • createIntNumber

        protected Number createIntNumber​(String number)