public class Cake extends Object
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(Class<T> clazz,
String... key) |
<T> T |
get(String... key) |
<T> T |
getContext() |
<T> T |
getContext(Class<T> clazz) |
protected Map<String,Object> |
getEntries() |
String |
getNamespace() |
<T> T |
getOrGetContext(Class<T> clazz,
String... key) |
<T> T |
getOrGetContext(String... key) |
String |
getPublishedKeyForValue(Object value,
boolean fullyQualified) |
boolean |
hasContext() |
void |
inNamespace(String key,
Runnable runnable) |
static String |
key(String... subKeys) |
void |
publish(String key,
Object value) |
public static final String SEPARATOR
public Cake()
public Cake(Cake other)
Copyright © 2019. All rights reserved.