public class NullConversationPrefix extends Object implements ConversationPrefix
ConversationPrefix implementation that
 displays nothing in front of conversation output.| Constructor and Description | 
|---|
NullConversationPrefix()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getPrefix(ConversationContext context)
Prepends each conversation message with an empty string. 
 | 
@NotNull public String getPrefix(@NotNull ConversationContext context)
getPrefix in interface ConversationPrefixcontext - Context information about the conversation.Copyright © 2022. All rights reserved.