Uses of Class
com.fasterxml.jackson.module.afterburner.deser.BeanPropertyMutator
-
Packages that use BeanPropertyMutator Package Description com.fasterxml.jackson.module.afterburner.deser -
-
Uses of BeanPropertyMutator in com.fasterxml.jackson.module.afterburner.deser
Subclasses of BeanPropertyMutator in com.fasterxml.jackson.module.afterburner.deser Modifier and Type Class Description classDelegatingPropertyMutatorFallback mutator used as replacement in case a "broken" mutator (failure via couple of well-known indicators of broken generated mutator) is encounteredFields in com.fasterxml.jackson.module.afterburner.deser declared as BeanPropertyMutator Modifier and Type Field Description protected BeanPropertyMutatorOptimizedSettableBeanProperty. _propertyMutatorMethods in com.fasterxml.jackson.module.afterburner.deser that return BeanPropertyMutator Modifier and Type Method Description BeanPropertyMutatorPropertyMutatorCollector. buildMutator(MyClassLoader classLoader)Method for building generic mutator class for specified bean type.Methods in com.fasterxml.jackson.module.afterburner.deser with parameters of type BeanPropertyMutator Modifier and Type Method Description abstract com.fasterxml.jackson.databind.deser.SettableBeanPropertyOptimizedSettableBeanProperty. withMutator(BeanPropertyMutator mut)com.fasterxml.jackson.databind.deser.SettableBeanPropertySettableBooleanFieldProperty. withMutator(BeanPropertyMutator mut)com.fasterxml.jackson.databind.deser.SettableBeanPropertySettableBooleanMethodProperty. withMutator(BeanPropertyMutator mut)com.fasterxml.jackson.databind.deser.SettableBeanPropertySettableIntFieldProperty. withMutator(BeanPropertyMutator mut)com.fasterxml.jackson.databind.deser.SettableBeanPropertySettableIntMethodProperty. withMutator(BeanPropertyMutator mut)com.fasterxml.jackson.databind.deser.SettableBeanPropertySettableLongFieldProperty. withMutator(BeanPropertyMutator mut)com.fasterxml.jackson.databind.deser.SettableBeanPropertySettableLongMethodProperty. withMutator(BeanPropertyMutator mut)com.fasterxml.jackson.databind.deser.SettableBeanPropertySettableObjectFieldProperty. withMutator(BeanPropertyMutator mut)com.fasterxml.jackson.databind.deser.SettableBeanPropertySettableObjectMethodProperty. withMutator(BeanPropertyMutator mut)com.fasterxml.jackson.databind.deser.SettableBeanPropertySettableStringFieldProperty. withMutator(BeanPropertyMutator mut)com.fasterxml.jackson.databind.deser.SettableBeanPropertySettableStringMethodProperty. withMutator(BeanPropertyMutator mut)Constructors in com.fasterxml.jackson.module.afterburner.deser with parameters of type BeanPropertyMutator Constructor Description OptimizedSettableBeanProperty(com.fasterxml.jackson.databind.deser.SettableBeanProperty src, BeanPropertyMutator mutator, int index)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)
-