Uses of Class
com.alibaba.fastjson2.codec.BeanInfo
Packages that use BeanInfo
Package
Description
-
Uses of BeanInfo in com.alibaba.fastjson2.modules
Methods in com.alibaba.fastjson2.modules with parameters of type BeanInfoModifier and TypeMethodDescriptiondefault voidObjectReaderAnnotationProcessor.getBeanInfo(BeanInfo beanInfo, Class<?> objectClass) default voidObjectWriterAnnotationProcessor.getBeanInfo(BeanInfo beanInfo, Class objectClass) default voidObjectWriterAnnotationProcessor.getFieldInfo(BeanInfo beanInfo, FieldInfo fieldInfo, Class objectType, Field field) default voidObjectWriterAnnotationProcessor.getFieldInfo(BeanInfo beanInfo, FieldInfo fieldInfo, Class objectType, Method method) -
Uses of BeanInfo in com.alibaba.fastjson2.reader
Methods in com.alibaba.fastjson2.reader with parameters of type BeanInfoModifier and TypeMethodDescriptionprotected <T> FieldReader[]ObjectReaderCreator.createFieldReaders(Class<T> objectClass, Type objectType, BeanInfo beanInfo, boolean fieldBased, List<ObjectReaderModule> modules) protected <T> ObjectReader<T>ObjectReaderCreator.createObjectReaderWithBuilder(Class<T> objectType, List<ObjectReaderModule> modules, BeanInfo beanInfo) protected <T> ObjectReader<T>ObjectReaderCreator.createObjectReaderWithCreator(Class<T> objectClass, List<ObjectReaderModule> modules, BeanInfo beanInfo) -
Uses of BeanInfo in com.alibaba.fastjson2.util
Methods in com.alibaba.fastjson2.util with parameters of type BeanInfoModifier and TypeMethodDescriptionstatic voidBeanUtils.getKotlinConstructor(Class objectClass, BeanInfo beanInfo) -
Uses of BeanInfo in com.alibaba.fastjson2.writer
Methods in com.alibaba.fastjson2.writer with parameters of type BeanInfoModifier and TypeMethodDescriptionprotected FieldWriterObjectWriterCreator.creteFieldWriter(Class objectClass, long writerFeatures, List<ObjectWriterModule> modules, BeanInfo beanInfo, FieldInfo fieldInfo, Field field) protected voidObjectWriterCreator.handleIgnores(BeanInfo beanInfo, List<FieldWriter> fieldWriters)