Uses of Class
com.fasterxml.jackson.module.mrbean.BeanBuilder.TypeDescription
Packages that use BeanBuilder.TypeDescription
Package
Description
Package that implements "interface materializer" functionality, whereby
abstract classes and interfaces can be used as-is, and framework constructs
implementations as needed.
-
Uses of BeanBuilder.TypeDescription in com.fasterxml.jackson.module.mrbean
Methods in com.fasterxml.jackson.module.mrbean that return BeanBuilder.TypeDescriptionModifier and TypeMethodDescriptionprivate BeanBuilder.TypeDescriptionPOJOProperty.getterType()static BeanBuilder.TypeDescriptionBeanBuilder.TypeDescription.moreSpecificType(BeanBuilder.TypeDescription desc1, BeanBuilder.TypeDescription desc2) POJOProperty.selectType()private BeanBuilder.TypeDescriptionPOJOProperty.setterType()Methods in com.fasterxml.jackson.module.mrbean with parameters of type BeanBuilder.TypeDescriptionModifier and TypeMethodDescriptionprotected voidBeanBuilder.createField(org.objectweb.asm.ClassWriter cw, POJOProperty prop, BeanBuilder.TypeDescription type) protected voidBeanBuilder.createGetter(org.objectweb.asm.ClassWriter cw, String internalClassName, POJOProperty prop, BeanBuilder.TypeDescription propertyType) protected voidBeanBuilder.createSetter(org.objectweb.asm.ClassWriter cw, String internalClassName, POJOProperty prop, BeanBuilder.TypeDescription propertyType) static BeanBuilder.TypeDescriptionBeanBuilder.TypeDescription.moreSpecificType(BeanBuilder.TypeDescription desc1, BeanBuilder.TypeDescription desc2)