public class BazaarContextImpl extends Object implements BazaarContext
BazaarContext.Builder
Constructor and Description |
---|
BazaarContextImpl(Map<String,Object> contextMap)
Initializes me with my contents.
|
public Map<String,Object> getContextMap()
BazaarContext
Vendor
s on a Bazaar
. The key is either
an id or the full class name. the value is the parameter which will be provided to Vendor
sgetContextMap
in interface BazaarContext
Map
containing the parameters for Vendor
from (key|full class name) to the object
as value.Copyright © 2019. All rights reserved.