Class AbstractJaxbWriteableProvider<T>

  • Type Parameters:
    T - the concrete type of provider
    All Implemented Interfaces:
    jakarta.ws.rs.ext.MessageBodyWriter<T>

    public abstract class AbstractJaxbWriteableProvider<T>
    extends AbstractWriteableProvider<T>
    Provides common XML marshalling over REST.
    Author:
    aherscu