| Package | Description |
|---|---|
| com.fasterxml.jackson.module.afterburner.deser |
| Modifier and Type | Method and Description |
|---|---|
BeanPropertyMutator |
PropertyMutatorCollector.buildMutator(MyClassLoader classLoader)
Method for building generic mutator class for specified bean
type.
|
abstract BeanPropertyMutator |
BeanPropertyMutator.with(com.fasterxml.jackson.databind.deser.SettableBeanProperty origM,
int newIndex)
Mutant factory method called to create variant with proper fallback property
to call, index to use for error reporting.
|
| Constructor and Description |
|---|
SettableBooleanFieldProperty(com.fasterxml.jackson.databind.deser.SettableBeanProperty src,
BeanPropertyMutator mutator,
int index) |
SettableBooleanMethodProperty(com.fasterxml.jackson.databind.deser.SettableBeanProperty src,
BeanPropertyMutator mutator,
int index) |
SettableIntFieldProperty(com.fasterxml.jackson.databind.deser.SettableBeanProperty src,
BeanPropertyMutator mutator,
int index) |
SettableIntMethodProperty(com.fasterxml.jackson.databind.deser.SettableBeanProperty src,
BeanPropertyMutator mutator,
int index) |
SettableLongFieldProperty(com.fasterxml.jackson.databind.deser.SettableBeanProperty src,
BeanPropertyMutator mutator,
int index) |
SettableLongMethodProperty(com.fasterxml.jackson.databind.deser.SettableBeanProperty src,
BeanPropertyMutator mutator,
int index) |
SettableObjectFieldProperty(com.fasterxml.jackson.databind.deser.SettableBeanProperty src,
BeanPropertyMutator mutator,
int index) |
SettableObjectMethodProperty(com.fasterxml.jackson.databind.deser.SettableBeanProperty src,
BeanPropertyMutator mutator,
int index) |
SettableStringFieldProperty(com.fasterxml.jackson.databind.deser.SettableBeanProperty src,
BeanPropertyMutator mutator,
int index) |
SettableStringMethodProperty(com.fasterxml.jackson.databind.deser.SettableBeanProperty src,
BeanPropertyMutator mutator,
int index) |
Copyright © 2014–2015 FasterXML. All rights reserved.