Class DefaultMapValueToMapConverter

    • Constructor Detail

    • Method Detail

      • fromValue

        public Map<?,​?> fromValue​(org.msgpack.value.MapValue value)
        Description copied from interface: ValueConverter
        Convert MessagePack entity to a Java object
        Specified by:
        fromValue in interface ValueConverter<org.msgpack.value.MapValue,​Map<?,​?>>
        Parameters:
        value - entity
        Returns:
        object