Package org.jboss.resteasy.links.impl
Class LinkDecorator
- java.lang.Object
-
- org.jboss.resteasy.links.impl.LinkDecorator
-
- All Implemented Interfaces:
org.jboss.resteasy.spi.DecoratorProcessor<Marshaller,AddLinks>
public class LinkDecorator extends Object implements org.jboss.resteasy.spi.DecoratorProcessor<Marshaller,AddLinks>
-
-
Constructor Summary
Constructors Constructor Description LinkDecorator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Marshallerdecorate(Marshaller target, AddLinks annotation, Class type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
-
-
-
Method Detail
-
decorate
public Marshaller decorate(Marshaller target, AddLinks annotation, Class type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
- Specified by:
decoratein interfaceorg.jboss.resteasy.spi.DecoratorProcessor<Marshaller,AddLinks>
-
-