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 POJOProperty
BeanBuilder.findProperty
(com.fasterxml.jackson.databind.introspect.TypeResolutionContext ctxt, String propName) Methods in com.fasterxml.jackson.module.mrbean with parameters of type POJOPropertyModifier 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)