Interface ProviderFactory

  • All Known Subinterfaces:
    JsonProviderFactory, XmlProviderFactory
    All Known Implementing Classes:
    Gson, JacksonJson, JacksonXml, Jaxb, JsonB

    public interface ProviderFactory
    A ProviderFactory creates new instances of Provider.

    It has been designed to be the main extension point for clients who wish to support additional providers. Implementations of ProviderFactory are listed in META-INF/services files, following ServiceLoader specification.

    Author:
    Juliano Mohr
    • Method Detail