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

Class AbstractInstantHandler

    • Method Summary

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

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractInstantHandler

        public AbstractInstantHandler()
    • Method Detail

      • transform

        public final java.lang.Object transform(Tag tag,
                                                java.lang.Object value)
        Description copied from interface: TagHandler
        Consume originalValue, which is some edn value, returning the value to replace it.
        Specified by:
        transform in interface TagHandler
        Parameters:
        tag - the tag which preceded value, never null.
        value - 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.