Package org.jboss.resteasy.links.impl
Class JsonLinkDecorator
java.lang.Object
org.jboss.resteasy.links.impl.JsonLinkDecorator
- All Implemented Interfaces:
org.jboss.resteasy.spi.DecoratorProcessor<DecoratedEntityContainer,AddLinks>
public class JsonLinkDecorator
extends Object
implements org.jboss.resteasy.spi.DecoratorProcessor<DecoratedEntityContainer,AddLinks>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecorate(DecoratedEntityContainer target, AddLinks annotation, Class type, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType)
-
Constructor Details
-
JsonLinkDecorator
public JsonLinkDecorator()
-
-
Method Details
-
decorate
public DecoratedEntityContainer decorate(DecoratedEntityContainer target, AddLinks annotation, Class type, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType) - Specified by:
decoratein interfaceorg.jboss.resteasy.spi.DecoratorProcessor<DecoratedEntityContainer,AddLinks>
-