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.TypeDescription
POJOProperty.getterType()
static BeanBuilder.TypeDescription
BeanBuilder.TypeDescription.moreSpecificType
(BeanBuilder.TypeDescription desc1, BeanBuilder.TypeDescription desc2) POJOProperty.selectType()
private BeanBuilder.TypeDescription
POJOProperty.setterType()
Methods in com.fasterxml.jackson.module.mrbean with parameters of type BeanBuilder.TypeDescriptionModifier and TypeMethodDescriptionprotected void
BeanBuilder.createField
(org.objectweb.asm.ClassWriter cw, POJOProperty prop, BeanBuilder.TypeDescription type) protected void
BeanBuilder.createGetter
(org.objectweb.asm.ClassWriter cw, String internalClassName, POJOProperty prop, BeanBuilder.TypeDescription propertyType) protected void
BeanBuilder.createSetter
(org.objectweb.asm.ClassWriter cw, String internalClassName, POJOProperty prop, BeanBuilder.TypeDescription propertyType) static BeanBuilder.TypeDescription
BeanBuilder.TypeDescription.moreSpecificType
(BeanBuilder.TypeDescription desc1, BeanBuilder.TypeDescription desc2)