Class JerseyClassAnalyzer

  • All Implemented Interfaces:
    ClassAnalyzer

    @Singleton
    @Named("JerseyClassAnalyzer")
    public final class JerseyClassAnalyzer
    extends Object
    implements ClassAnalyzer
    Implementation of the ClassAnalyzer that supports selection of the constructor with largest number of parameters as defined in and required by JAX-RS specification.
    Author:
    John Wells (john.wells at oracle.com), Marek Potociar