Class LinkFormatProvider

  • All Implemented Interfaces:
    javax.ws.rs.ext.MessageBodyWriter<LinkFormatStream>

    @Provider
    @Produces("application/link-format")
    public class LinkFormatProvider
    extends Object
    implements javax.ws.rs.ext.MessageBodyWriter<LinkFormatStream>
    Writer for application/link-format bodies.
    Since:
    2017-10-25
    Author:
    whikloj