Uses of Class
com.fasterxml.jackson.module.mrbean.POJOProperty
Packages that use POJOProperty
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 POJOProperty in com.fasterxml.jackson.module.mrbean
Fields in com.fasterxml.jackson.module.mrbean with type parameters of type POJOPropertyMethods in com.fasterxml.jackson.module.mrbean that return POJOPropertyModifier and TypeMethodDescriptionprotected POJOPropertyBeanBuilder.findProperty(com.fasterxml.jackson.databind.introspect.TypeResolutionContext ctxt, String propName) Methods in com.fasterxml.jackson.module.mrbean with parameters of type POJOPropertyModifier 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)