| Package | Description |
|---|---|
| org.echocat.jomon.runtime.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendingHints |
class |
StackedByThreadHints |
| Modifier and Type | Field and Description |
|---|---|
static Hints |
Hints.EMPTY_HINTS |
| Modifier and Type | Method and Description |
|---|---|
protected Hints |
StackedByThreadHints.getCurrent() |
static Hints |
Hints.hints(java.lang.Object... parameters) |
static Hints |
Hints.nonNullHints(Hints hints) |
static Hints |
Hints.unmodifiableHints(Hints hints) |
| Modifier and Type | Method and Description |
|---|---|
void |
After.after(Hints hints) |
void |
Before.before(Hints hints) |
static <T> T |
Hints.get(Hints hints,
Hint<T> hint) |
static <T> T |
Hints.get(Hints hints,
Hint<T> hint,
T defaultValue) |
static <T> boolean |
Hints.is(Hints hints,
Hint<T> hint,
T expected) |
static <T> boolean |
Hints.is(Hints hints,
Hint<T> hint,
T expected,
T defaultValue) |
static boolean |
Hints.isEnabled(Hints hints,
Hint<java.lang.Boolean> hint) |
static boolean |
Hints.isEnabled(Hints hints,
Hint<java.lang.Boolean> hint,
boolean defaultValue) |
static boolean |
Hints.isSet(Hints hints,
Hint<?> hint) |
static Hints |
Hints.nonNullHints(Hints hints) |
StackedByThreadHints |
StackedByThreadHints.pushStackElement(Hints hints) |
void |
Hints.setAll(Hints hints) |
static Hints |
Hints.unmodifiableHints(Hints hints) |
| Constructor and Description |
|---|
ExtendingHints(Hints superHints) |
ExtendingHints(Hints superHints,
Hints hints) |
ExtendingHints(Hints superHints,
java.util.Map<Hint<?>,java.lang.Object> hints) |
Hints(Hints hints) |
StackedByThreadHints(Hints superHints) |
Copyright © 2013 echocat. All Rights Reserved.