Uses of Package
com.fasterxml.jackson.module.mrbean
-
Packages that use com.fasterxml.jackson.module.mrbean 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. -
Classes in com.fasterxml.jackson.module.mrbean used by com.fasterxml.jackson.module.mrbean Class Description AbstractTypeMaterializer Nifty class for pulling implementations of classes out of thin air.AbstractTypeMaterializer.Feature Enumeration that defines togglable features that guide the serialization feature.AbstractTypeMaterializer.MyClassLoader To support actual dynamic loading of bytecode we need a simple custom classloader.BeanBuilder Heavy lifter of mr Bean package: class that keeps track of logical POJO properties, and figures out how to create an implementation class.BeanBuilder.TypeDescription Helper bean used to encapsulate most details of type handlingPOJOProperty Bean that contains information about a single logical POJO property.