public class NullMDCProvider extends Object implements MDCProvider
| Modifier and Type | Field and Description |
|---|---|
static MDCProvider |
INSTANCE |
| Constructor and Description |
|---|
NullMDCProvider() |
public static MDCProvider INSTANCE
public Object get(String key)
get in interface MDCProviderpublic Map<String,Object> getMap()
getMap in interface MDCProviderpublic void put(String key, Object val)
put in interface MDCProviderpublic void remove(String key)
remove in interface MDCProviderCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.