Package | Description |
---|---|
com.fasterxml.jackson.module.mrbean |
Package that implements "interface materializer" functionality, whereby
abstract classes and interfaces can be used as-is, and framework constructs
implementations as needed.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,POJOProperty> |
BeanBuilder._beanProperties |
Modifier and Type | Method and Description |
---|---|
protected POJOProperty |
BeanBuilder.findProperty(com.fasterxml.jackson.databind.introspect.TypeResolutionContext ctxt,
String propName) |
Modifier and Type | Method and Description |
---|---|
protected void |
BeanBuilder.createField(org.objectweb.asm.ClassWriter cw,
POJOProperty prop,
com.fasterxml.jackson.module.mrbean.BeanBuilder.TypeDescription type) |
protected void |
BeanBuilder.createGetter(org.objectweb.asm.ClassWriter cw,
String internalClassName,
POJOProperty prop,
com.fasterxml.jackson.module.mrbean.BeanBuilder.TypeDescription propertyType) |
protected void |
BeanBuilder.createSetter(org.objectweb.asm.ClassWriter cw,
String internalClassName,
POJOProperty prop,
com.fasterxml.jackson.module.mrbean.BeanBuilder.TypeDescription propertyType) |
Copyright © 2018 FasterXML. All rights reserved.