Class PathProvider

All Implemented Interfaces:
MessageBodyReader<Path>, MessageBodyWriter<Path>

@Produces({"application/octet-stream","*/*"}) @Consumes({"application/octet-stream","*/*"}) @Singleton public final class PathProvider extends AbstractMessageReaderWriterProvider<Path>
Provider for marshalling/un-marshalling of application/octet-stream entity type to/from a Path instance.
Author:
Markus KARG