public interface TagHandler
Parser encounters #tag someEdnValue, it uses
the TagHandler registered for #tag to transform someEdnValue before including it in the results of the parse.Object transform(Tag tag, Object originalValue)
originalValue, which is some edn value,
returning the value to replace it.tag - the tag which preceded value, never null.originalValue - as parsed from the input, may be null.originalValue.Copyright © 2019. All rights reserved.