Package de.codecamp.messages.proxy
Interface NamedArgsMessageProvider
-
- 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 interface NamedArgsMessageProvider
Simple functional interface that takes aResolvableMessageand returns the formatted message.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMessage(ResolvableMessage resolvableMessage)Resolves the givenResolvableMessage.
-
-
-
Method Detail
-
getMessage
String getMessage(ResolvableMessage resolvableMessage)
Resolves the givenResolvableMessage.- Parameters:
resolvableMessage- the resolvable message- Returns:
- the formatted message
-
-