Class LinkDecorator
java.lang.Object
org.jboss.resteasy.links.impl.LinkDecorator
- All Implemented Interfaces:
DecoratorProcessor<jakarta.xml.bind.Marshaller,
AddLinks>
public class LinkDecorator
extends Object
implements DecoratorProcessor<jakarta.xml.bind.Marshaller,AddLinks>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.Marshaller
decorate
(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:
decorate
in interfaceDecoratorProcessor<jakarta.xml.bind.Marshaller,
AddLinks> - Parameters:
target
- i.e. a Marshaller instanceannotation
- the annotation that triggered the decoratortype
- typeannotations
- array of annotationsmediaType
- media type- Returns:
- should never return null
-