Custom providers are classes that implements specific JAX-RS or Jersey SPI interfaces (e.g. {@link javax.ws.rs.ext.MessageBodyReader}) and are supplied by the user. These providers will be bound into the HK2 service locator annotated by a {@link Custom @Custom} qualifier annotation.
Use the {@code @Custom} qualifier annotation to retrieve these providersfrom HK2 service locator. You may also use a one of the provider accessor utility method defined in {@link Providers} class.
@author Miroslav Fuksa (miroslav.fuksa at oracle.com) @author Marek Potociar (marek.potociar at oracle.com) @author Michal Gajdos (michal.gajdos at oracle.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|