Class BeanPropertyAccessor
java.lang.Object
com.fasterxml.jackson.module.afterburner.ser.BeanPropertyAccessor
Abstract class that defines interface for implementations
that can be used for proxy-like access without using
Reflection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanField(Object bean, int property) booleanbooleanGetter(Object bean, int property) intintlonglonglongGetter(Object bean, int property) objectField(Object bean, int property) objectGetter(Object bean, int property) stringField(Object bean, int property) stringGetter(Object bean, int property)
-
Constructor Details
-
BeanPropertyAccessor
public BeanPropertyAccessor()
-
-
Method Details
-
booleanGetter
- Since:
- 2.5
-
intGetter
-
longGetter
-
stringGetter
-
objectGetter
-
booleanField
- Since:
- 2.5
-
intField
-
longField
-
stringField
-
objectField
-