Package | Description |
---|---|
org.glassfish.jersey.inject.hk2 | |
org.glassfish.jersey.inject.spi |
Common Jersey core injection SPI classes.
|
org.glassfish.jersey.model |
Common Jersey model related classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
BinderConfigurationFactory.BinderConfiguration |
HK2BinderConfigurationFactory.createBinderConfiguration(Function<Predicate<ContractProvider>,Set<Object>> getInstances) |
Modifier and Type | Method and Description |
---|---|
BinderConfigurationFactory.BinderConfiguration |
BinderConfigurationFactory.createBinderConfiguration(Function<Predicate<ContractProvider>,Set<Object>> getInstances)
Creates a
BinderConfigurationFactory.BinderConfiguration instance that has a reference to getInstances function returning all
registered instances filtered by provided Predicate that can be further traversed and configured. |
Modifier and Type | Method and Description |
---|---|
ContractProvider |
ContractProvider.Builder.build()
Build a new contract provider model.
|
Modifier and Type | Method and Description |
---|---|
static ContractProvider.Builder |
ContractProvider.builder(ContractProvider original)
Create new contract provider model builder from an existing one.
|
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.