public class DefaultLineEmojiConverter extends Object implements LineEmojiConverter
Modifier and Type | Field and Description |
---|---|
protected Map<String,Map<String,String>> |
emojiMappings |
protected org.slf4j.Logger |
logger |
Constructor and Description |
---|
DefaultLineEmojiConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Collection<Resource> conversionResources) |
Modifier and Type | Method and Description |
---|---|
String |
toUtf8(String content,
List<LineInboundMessageDto.Emoji> emojis) |
public DefaultLineEmojiConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Collection<Resource> conversionResources)
public String toUtf8(String content, List<LineInboundMessageDto.Emoji> emojis)
toUtf8
in interface LineEmojiConverter