com.fasterxml.jackson.module.mrbean.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jackson-module-mrbean Show documentation
Show all versions of jackson-module-mrbean Show documentation
Functionality for implementing interfaces and abstract types
dynamically ("bean materialization"), integrated with Jackson (although usable externally as well)
The newest version!
/**
* Package that implements "interface materializer" functionality, whereby
* abstract classes and interfaces can be used as-is, and framework constructs
* implementations as needed.
*/
package com.fasterxml.jackson.module.mrbean;