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<jakarta.xml.bind.Marshaller,AddLinks>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.Marshallerdecorate(jakarta.xml.bind.Marshaller target, AddLinks annotation, Class type, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType)
-
Constructor Details
-
LinkDecorator
public LinkDecorator()
-
-
Method Details
-
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>
-