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 MDCProvider
public Map<String,Object> getMap()
getMap
in interface MDCProvider
public void put(String key, Object val)
put
in interface MDCProvider
public void remove(String key)
remove
in interface MDCProvider
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.