Interface ContextPairs.Joiner

Enclosing class:
ContextPairs
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ContextPairs.Joiner
Joins a prefix and a name.
Since:
3.5.0
Author:
Phillip Webb
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    join(String prefix, String name)
    Joins the given prefix and name.
  • Method Details

    • join

      @Nullable String join(String prefix, String name)
      Joins the given prefix and name.
      Parameters:
      prefix - the prefix
      name - the name
      Returns:
      the joined result or null