Documentation of 'us.bpsm.edn.parser.TagHandler' Java class
TagHandler
us.bpsm.edn.parser

Interface TagHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.Object transform(Tag tag, java.lang.Object originalValue)
      Consume originalValue, which is some edn value, returning the value to replace it.
    • Method Detail

      • transform

        java.lang.Object transform(Tag tag,
                                   java.lang.Object originalValue)
        Consume originalValue, which is some edn value, returning the value to replace it.
        Parameters:
        tag - the tag which preceded value, never null.
        originalValue - as parsed from the input, may be null.
        Returns:
        a value to be used by the parser as the replacement for originalValue.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.