Uses of Class
com.fasterxml.jackson.module.afterburner.ser.BeanPropertyAccessor
Packages that use BeanPropertyAccessor
-
Uses of BeanPropertyAccessor in com.fasterxml.jackson.module.afterburner.ser
Fields in com.fasterxml.jackson.module.afterburner.ser declared as BeanPropertyAccessorModifier and TypeFieldDescriptionprotected final BeanPropertyAccessor
OptimizedBeanPropertyWriter._propertyAccessor
Methods in com.fasterxml.jackson.module.afterburner.ser that return BeanPropertyAccessorModifier and TypeMethodDescriptionPropertyAccessorCollector.findAccessor
(MyClassLoader classLoader) Methods in com.fasterxml.jackson.module.afterburner.ser with parameters of type BeanPropertyAccessorModifier and TypeMethodDescriptionBooleanFieldPropertyWriter.withAccessor
(BeanPropertyAccessor acc) BooleanMethodPropertyWriter.withAccessor
(BeanPropertyAccessor acc) IntFieldPropertyWriter.withAccessor
(BeanPropertyAccessor acc) IntMethodPropertyWriter.withAccessor
(BeanPropertyAccessor acc) LongFieldPropertyWriter.withAccessor
(BeanPropertyAccessor acc) LongMethodPropertyWriter.withAccessor
(BeanPropertyAccessor acc) ObjectFieldPropertyWriter.withAccessor
(BeanPropertyAccessor acc) ObjectMethodPropertyWriter.withAccessor
(BeanPropertyAccessor acc) abstract T
OptimizedBeanPropertyWriter.withAccessor
(BeanPropertyAccessor acc) StringFieldPropertyWriter.withAccessor
(BeanPropertyAccessor acc) StringMethodPropertyWriter.withAccessor
(BeanPropertyAccessor acc) Constructors in com.fasterxml.jackson.module.afterburner.ser with parameters of type BeanPropertyAccessorModifierConstructorDescriptionBooleanFieldPropertyWriter
(com.fasterxml.jackson.databind.ser.BeanPropertyWriter src, BeanPropertyAccessor acc, int index, com.fasterxml.jackson.databind.JsonSerializer<Object> ser) BooleanMethodPropertyWriter
(com.fasterxml.jackson.databind.ser.BeanPropertyWriter src, BeanPropertyAccessor acc, int index, com.fasterxml.jackson.databind.JsonSerializer<Object> ser) IntFieldPropertyWriter
(com.fasterxml.jackson.databind.ser.BeanPropertyWriter src, BeanPropertyAccessor acc, int index, com.fasterxml.jackson.databind.JsonSerializer<Object> ser) IntMethodPropertyWriter
(com.fasterxml.jackson.databind.ser.BeanPropertyWriter src, BeanPropertyAccessor acc, int index, com.fasterxml.jackson.databind.JsonSerializer<Object> ser) LongFieldPropertyWriter
(com.fasterxml.jackson.databind.ser.BeanPropertyWriter src, BeanPropertyAccessor acc, int index, com.fasterxml.jackson.databind.JsonSerializer<Object> ser) LongMethodPropertyWriter
(com.fasterxml.jackson.databind.ser.BeanPropertyWriter src, BeanPropertyAccessor acc, int index, com.fasterxml.jackson.databind.JsonSerializer<Object> ser) ObjectFieldPropertyWriter
(com.fasterxml.jackson.databind.ser.BeanPropertyWriter src, BeanPropertyAccessor acc, int index, com.fasterxml.jackson.databind.JsonSerializer<Object> ser) ObjectMethodPropertyWriter
(com.fasterxml.jackson.databind.ser.BeanPropertyWriter src, BeanPropertyAccessor acc, int index, com.fasterxml.jackson.databind.JsonSerializer<Object> ser) protected
OptimizedBeanPropertyWriter
(com.fasterxml.jackson.databind.ser.BeanPropertyWriter src, BeanPropertyAccessor propertyAccessor, int propertyIndex, com.fasterxml.jackson.databind.JsonSerializer<Object> ser) StringFieldPropertyWriter
(com.fasterxml.jackson.databind.ser.BeanPropertyWriter src, BeanPropertyAccessor acc, int index, com.fasterxml.jackson.databind.JsonSerializer<Object> ser) StringMethodPropertyWriter
(com.fasterxml.jackson.databind.ser.BeanPropertyWriter src, BeanPropertyAccessor acc, int index, com.fasterxml.jackson.databind.JsonSerializer<Object> ser)