| Package | Description |
|---|---|
| org.trimou.engine.context | |
| org.trimou.engine.resolver |
| Modifier and Type | Method and Description |
|---|---|
EnhancedResolver.Hint |
ValueWrapper.getHint()
A hint is only set if a new instance is created during resolution.
|
| Modifier and Type | Method and Description |
|---|---|
ValueWrapper |
ExecutionContext.getValue(String key,
String[] keyParts,
AtomicReference<EnhancedResolver.Hint> hintRef) |
| Modifier and Type | Field and Description |
|---|---|
static EnhancedResolver.Hint |
Hints.INAPPLICABLE_HINT
A hint which is never applicable.
|
| Modifier and Type | Method and Description |
|---|---|
EnhancedResolver.Hint |
MapResolver.createHint(Object contextObject,
String name,
ResolutionContext context) |
EnhancedResolver.Hint |
EnhancedResolver.createHint(Object contextObject,
String name,
ResolutionContext context)
This method may only be called right after the
Resolver.resolve(Object, String, ResolutionContext) of the same resolver
returns a non-null value. |
EnhancedResolver.Hint |
ThisResolver.createHint(Object contextObject,
String name,
ResolutionContext context) |
EnhancedResolver.Hint |
AbstractResolver.createHint(Object contextObject,
String name,
ResolutionContext context) |
EnhancedResolver.Hint |
ReflectionResolver.createHint(Object contextObject,
String name,
ResolutionContext context) |
Copyright © 2017. All rights reserved.