Uses of Class
com.fasterxml.jackson.module.afterburner.deser.BeanPropertyMutator
Packages that use BeanPropertyMutator
-
Uses of BeanPropertyMutator in com.fasterxml.jackson.module.afterburner.deser
Subclasses of BeanPropertyMutator in com.fasterxml.jackson.module.afterburner.deserModifier and TypeClassDescriptionfinal classFallback 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 BeanPropertyMutatorModifier and TypeFieldDescriptionprotected BeanPropertyMutatorOptimizedSettableBeanProperty._propertyMutatorMethods in com.fasterxml.jackson.module.afterburner.deser that return BeanPropertyMutatorModifier and TypeMethodDescriptionPropertyMutatorCollector.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 BeanPropertyMutatorModifier and TypeMethodDescriptionabstract 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 BeanPropertyMutatorModifierConstructorDescriptionprotectedOptimizedSettableBeanProperty(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)