Package 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.

See:
          Description

Class Summary
AbstractTypeMaterializer Nifty class for pulling implementations of classes out of thin air.
BeanBuilder Heavy lifter of mr Bean package: class that keeps track of logical POJO properties, and figures out how to create an implementation class.
BeanUtil  
MrBeanModule  
POJOProperty Bean that contains information about a single logical POJO property.
 

Enum Summary
AbstractTypeMaterializer.Feature Enumeration that defines togglable features that guide the serialization feature.
 

Package com.fasterxml.jackson.module.mrbean Description

Package that implements "interface materializer" functionality, whereby abstract classes and interfaces can be used as-is, and framework constructs implementations as needed.



Copyright © 2012 FasterXML. All Rights Reserved.