Class ConstructYamlJsonFloat

    • Constructor Detail

      • ConstructYamlJsonFloat

        public ConstructYamlJsonFloat()
    • Method Detail

      • construct

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

        protected java.lang.Object constructFromString​(java.lang.String value)