Skip to content

Commit ba61279

Browse files
authored
Merge pull request #515 from qxo/fix4MessagePackFactory
MessagePackFactory should add getFormatName for naming the factory
2 parents 7088d20 + c1eb425 commit ba61279

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

msgpack-jackson/src/main/java/org/msgpack/jackson/dataformat/MessagePackFactory.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,10 @@ ExtensionTypeCustomDeserializers getExtTypeCustomDesers()
172172
{
173173
return extTypeCustomDesers;
174174
}
175+
176+
@Override
177+
public String getFormatName()
178+
{
179+
return "msgpack";
180+
}
175181
}

0 commit comments

Comments
 (0)