Interface ScalarResolver

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Tag resolve​(java.lang.String value, java.lang.Boolean implicit)
      Resolve (detect) the tag of the scalar node of the given type.
    • Method Detail

      • resolve

        Tag resolve​(java.lang.String value,
                    java.lang.Boolean implicit)
        Resolve (detect) the tag of the scalar node of the given type.
        Parameters:
        value - - the value of the scalar node
        implicit - - true if there was no tag specified (the tag will be resolved)
        Returns:
        the Tag that matches the contents