Interface CFExpressionSetFieldBindings<T>

  • Type Parameters:
    T - class type of field. It's DFField for DIF.

    public interface CFExpressionSetFieldBindings<T>
    SPI for getting display name.
    • Method Detail

      • getDisplayName

        java.lang.String getDisplayName​(CFExpressionSet expressionSet,
                                        com.google.common.base.Optional<T> field)