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