Object BindingsFormatter.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final BindingsFormatter getDEFAULT() Default formatter that formats each binding value using:
      • PromptContributor.contribution() if implemented

      • HasInfoString.infoString() if implemented

      • toString() otherwise

      Multiple bindings are joined with newlines.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getDEFAULT

         final BindingsFormatter getDEFAULT()

        Default formatter that formats each binding value using:

        • PromptContributor.contribution() if implemented

        • HasInfoString.infoString() if implemented

        • toString() otherwise

        Multiple bindings are joined with newlines.