public class ContextInfo extends Object
BaseMapper.find(Class, Object, ContextInfo...).| Constructor and Description |
|---|
ContextInfo(String key,
sirius.kernel.commons.Value value)
Creates a new info object for the given key and value.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Returns the key of this info.
|
sirius.kernel.commons.Value |
getValue()
Returns the value of this info.
|
public ContextInfo(String key, sirius.kernel.commons.Value value)
key - the key used to pass invalue - the value to pass inpublic String getKey()
public sirius.kernel.commons.Value getValue()
Copyright © 2018. All rights reserved.