|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ValueFactoryProvider
Parameter value factory SPI.
| Nested Class Summary | |
|---|---|
static class |
ValueFactoryProvider.Priority
Enumeration of priorities for providers (e.g. |
static interface |
ValueFactoryProvider.PriorityType
Priorities are intended to be used as a means to determine the order in which objects are considered whether they are suitable for a particular action or not (e.g. |
| Method Summary | |
|---|---|
ValueFactoryProvider.PriorityType |
getPriority()
Gets the priority of this provider. |
org.glassfish.hk2.Factory<?> |
getValueFactory(Parameter parameter)
Get an injected value factory for the parameter. |
| Method Detail |
|---|
org.glassfish.hk2.Factory<?> getValueFactory(Parameter parameter)
null
in case the parameter is not supported by the value factory provider.
parameter - parameter requesting the value factory instance.
null if parameter
is not supported.ValueFactoryProvider.PriorityType getPriority()
ValueFactoryProvider.PriorityType,
ValueFactoryProvider.Priority
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||