Interface ValueConverter<V extends org.msgpack.value.Value,​O>

    • Method Detail

      • fromValue

        O fromValue​(V value)
        Convert MessagePack entity to a Java object
        Parameters:
        value - entity
        Returns:
        object
      • canConvertValue

        default boolean canConvertValue​(V value)
        Optional method for determining if this specific entity can be converted to the specified object type.
        Parameters:
        value - MessagePack entity to be converted
        Returns:
        true, if the entity csn be converted