Interface NamespaceBinding.BindMapping

  • Enclosing class:
    NamespaceBinding

    public static interface NamespaceBinding.BindMapping
    Namespace bind mapping interface.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object evaluate​(java.lang.Object value)
      Transforms a source value during a bind operation.
    • Method Detail

      • evaluate

        java.lang.Object evaluate​(java.lang.Object value)
        Transforms a source value during a bind operation.
        Parameters:
        value - The object to transform.
        Returns:
        The transformed object.