public class FastHeadersMapFactory extends Object implements org.apache.camel.spi.HeadersMapFactory
HeadersMapFactory
which is using the CaseInsensitiveMap
map implementation.Constructor and Description |
---|
FastHeadersMapFactory() |
Modifier and Type | Method and Description |
---|---|
boolean |
isCaseInsensitive() |
boolean |
isInstanceOf(Map<String,Object> map) |
Map<String,Object> |
newMap() |
Map<String,Object> |
newMap(Map<String,Object> map) |
public Map<String,Object> newMap()
newMap
in interface org.apache.camel.spi.HeadersMapFactory
public Map<String,Object> newMap(Map<String,Object> map)
newMap
in interface org.apache.camel.spi.HeadersMapFactory
public boolean isInstanceOf(Map<String,Object> map)
isInstanceOf
in interface org.apache.camel.spi.HeadersMapFactory
public boolean isCaseInsensitive()
isCaseInsensitive
in interface org.apache.camel.spi.HeadersMapFactory
Apache Camel