public static interface BinderConfigurationFactory.BinderConfiguration
getInstances function passed from the
factory BinderConfigurationFactory.createBinderConfiguration(Function) method.
The implementation possibly can hold a list of already configured Binders so that consecutive calls do
not register the already registered Binders again.
| Modifier and Type | Method and Description |
|---|---|
boolean |
configureBinders(org.glassfish.jersey.internal.inject.InjectionManager injectionManager)
The provided
getInstances function is used to get registered (filtered) instances in a
Configuration |
boolean configureBinders(org.glassfish.jersey.internal.inject.InjectionManager injectionManager)
getInstances function is used to get registered (filtered) instances in a
ConfigurationinjectionManager - InjectionManager to be used to configure the Bindertrue if a Binder has been configured.Copyright © 2007-2019, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.