Interface ApiBuilder

  • All Known Subinterfaces:
    ConfigurableApiBuilder
    All Known Implementing Classes:
    AbstractApiBuilder, CXFApiBuilder, JerseyApiBuilder

    public interface ApiBuilder
    A common interface to allow you to construct typed Symphony APIs. Currently we have two implementations of this, one for jersey and one for cxf. Users are encouraged to extend this class or write their own using this for inspiration.
    Author:
    Rob Moffat
    • Method Detail

      • getApi

        <X> X getApi​(Class<X> c)