Interface DecoratorProcessor<T,​A extends Annotation>

    • Method Detail

      • decorate

        T decorate​(T target,
                   A annotation,
                   Class type,
                   Annotation[] annotations,
                   javax.ws.rs.core.MediaType mediaType)
        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