Class StylesheetProcessor

java.lang.Object
org.jboss.resteasy.plugins.providers.jaxb.StylesheetProcessor
All Implemented Interfaces:
DecoratorProcessor<jakarta.xml.bind.Marshaller,Stylesheet>

public class StylesheetProcessor extends Object implements DecoratorProcessor<jakarta.xml.bind.Marshaller,Stylesheet>
Version:
$Revision: 1 $
Author:
Bill Burke
  • Constructor Details

    • StylesheetProcessor

      public StylesheetProcessor()
  • Method Details

    • decorate

      public jakarta.xml.bind.Marshaller decorate(jakarta.xml.bind.Marshaller target, Stylesheet annotation, Class type, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType)
      Specified by:
      decorate in interface DecoratorProcessor<jakarta.xml.bind.Marshaller,Stylesheet>
      Parameters:
      target - i.e. a Marshaller instance
      annotation - the annotation that triggered the decorator
      type - type
      annotations - array of annotations
      mediaType - media type
      Returns:
      should never return null