Package | Description |
---|---|
com.fasterxml.jackson.jr.ob.impl |
Modifier and Type | Field and Description |
---|---|
protected CopyOnWriteArrayList<BeanDefinition> |
TypeDetector._knownBeans
Set of Bean types that have been resolved.
|
Modifier and Type | Method and Description |
---|---|
BeanDefinition |
TypeDetector.getBeanDefinition(int index) |
protected BeanDefinition |
TypeDetector.resolveBean(Class<?> raw) |
Modifier and Type | Method and Description |
---|---|
protected void |
JSONWriter.writeBeanValue(BeanDefinition beanDef,
Object bean) |
Constructor and Description |
---|
TypeDetector(int features,
ConcurrentHashMap<ClassKey,Integer> types,
CopyOnWriteArrayList<BeanDefinition> beans) |
Copyright © 2014-2015 FasterXML. All Rights Reserved.