blob: 13b6d33b766253953f1aafca8be1b6e906e42643 [file] [log] [blame]
/**
* Package that contains concrete implementations of
* {@link com.fasterxml.jackson.databind.JavaType}, as
* well as the factory ({@link com.fasterxml.jackson.databind.type.TypeFactory}) for
* constructing instances from various input data types
* (like {@link java.lang.Class}, {@link java.lang.reflect.Type})
* and programmatically (for structured types, arrays,
* {@link java.util.List}s and {@link java.util.Map}s).
*/
package com.fasterxml.jackson.databind.type;