|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Inflector | |
|---|---|
| org.glassfish.jersey.model.internal | |
| org.glassfish.jersey.process.internal | Common Jersey internal processing classes. |
| Uses of Inflector in org.glassfish.jersey.model.internal |
|---|
| Fields in org.glassfish.jersey.model.internal declared as Inflector | |
|---|---|
static Inflector<ContractProvider.Builder,ContractProvider> |
ComponentBag.AS_IS
Contract provider model enhancer that builds a model as is, without any modifications. |
| Methods in org.glassfish.jersey.model.internal that return Inflector | |
|---|---|
protected Inflector<ContractProvider.Builder,ContractProvider> |
CommonConfig.getModelEnhancer(java.lang.Class<?> componentClass)
An extension point that provides a way how to define a custom enhancement/update operation of a contract provider model registration being produced for a given component class. |
| Methods in org.glassfish.jersey.model.internal with parameters of type Inflector | |
|---|---|
boolean |
ComponentBag.register(java.lang.Class<?> componentClass,
Inflector<ContractProvider.Builder,ContractProvider> modelEnhancer)
Register a component class using a given registration strategy. |
boolean |
ComponentBag.register(java.lang.Class<?> componentClass,
int priority,
Inflector<ContractProvider.Builder,ContractProvider> modelEnhancer)
Register a component class as a contract provider with an explicitly specified binding priority. |
boolean |
ComponentBag.register(java.lang.Class<?> componentClass,
java.util.Map<java.lang.Class<?>,java.lang.Integer> contracts,
Inflector<ContractProvider.Builder,ContractProvider> modelEnhancer)
Register a component class as a contract provider for the specified contracts. |
boolean |
ComponentBag.register(java.lang.Class<?> componentClass,
java.util.Set<java.lang.Class<?>> contracts,
Inflector<ContractProvider.Builder,ContractProvider> modelEnhancer)
Register a component class as a contract provider for the specified contracts. |
boolean |
ComponentBag.register(java.lang.Object component,
Inflector<ContractProvider.Builder,ContractProvider> modelEnhancer)
Register a component using a given registration strategy. |
boolean |
ComponentBag.register(java.lang.Object component,
int priority,
Inflector<ContractProvider.Builder,ContractProvider> modelEnhancer)
Register a component as a contract provider with an explicitly specified binding priority. |
boolean |
ComponentBag.register(java.lang.Object component,
java.util.Map<java.lang.Class<?>,java.lang.Integer> contracts,
Inflector<ContractProvider.Builder,ContractProvider> modelEnhancer)
Register a component as a contract provider for the specified contracts. |
boolean |
ComponentBag.register(java.lang.Object component,
java.util.Set<java.lang.Class<?>> contracts,
Inflector<ContractProvider.Builder,ContractProvider> modelEnhancer)
Register a component as a contract provider for the specified contracts. |
| Uses of Inflector in org.glassfish.jersey.process.internal |
|---|
| Methods in org.glassfish.jersey.process.internal with type parameters of type Inflector | ||
|---|---|---|
static
|
Stages.extractInflector(java.lang.Object stage)
(Optionally) extracts an inflector from a processing stage,
provided the stage implements Inflecting interface. |
|
static
|
Stages.process(DATA data,
Stage<DATA> rootStage,
Ref<T> inflectorRef)
Run the data through a chain of stages identified by the root stage. |
|
| Methods in org.glassfish.jersey.process.internal that return Inflector | |
|---|---|
Inflector<DATA,RESULT> |
Inflecting.inflector()
Get the inflector capable of transforming supplied data into a result. |
| Methods in org.glassfish.jersey.process.internal with parameters of type Inflector | ||
|---|---|---|
static
|
Stages.asStage(Inflector<DATA,RESULT> inflector)
Creates a terminal Stages.LinkedStage that implements Inflecting
interface and returns the provided Inflector instance
when the Inflecting.inflector() method is called. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||