Class | Description |
---|---|
BeanPropertyMutator |
Abstract class that defines interface for implementations
that can be used proxy-like to change values of properties,
without using Reflection.
|
CreatorOptimizer |
Helper class that tries to generate
ValueInstantiator class
that calls constructors and/or factory methods directly, instead
of using Reflection. |
DeserializerModifier | |
OptimizedValueInstantiator |
Base class for concrete bytecode-generated value instantiators.
|
PropertyMutatorCollector |
Simple collector used to keep track of properties for which code-generated
mutators are needed.
|
SettableIntFieldProperty | |
SettableIntMethodProperty | |
SettableLongFieldProperty | |
SettableLongMethodProperty | |
SettableObjectFieldProperty | |
SettableObjectMethodProperty | |
SettableStringFieldProperty | |
SettableStringMethodProperty | |
SuperSonicBeanDeserializer | |
SuperSonicDeserializerBuilder |
Copyright © 2015. All rights reserved.