Class MatchActionBinding

    • Constructor Detail

      • MatchActionBinding

        public MatchActionBinding()
    • Method Detail

      • encode

        public String encode​(Object object,
                             String value)
                      throws Exception
        Description copied from class: AbstractSimpleBinding
        Performs the encoding of the object as a String.
        Specified by:
        encode in interface SimpleBinding
        Overrides:
        encode in class AbstractSimpleBinding
        Parameters:
        object - The object being encoded, never null.
        value - The string returned from another binding in the type hierachy, which could be null.
        Returns:
        A String representing the object.
        Throws:
        Exception