All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fasterxml.jackson.databind.cfg.DatatypeFeature Maven / Gradle / Ivy

There is a newer version: 2024.03.6
Show newest version
package com.fasterxml.jackson.databind.cfg;

import com.fasterxml.jackson.core.util.JacksonFeature;

/**
 * Interface that defines interaction with data type specific configuration
 * features.
 *
 * @since 2.14
 */
public interface DatatypeFeature extends JacksonFeature
{
    /**
     * Internal index used for efficient storage and index; no
     * user serviceable contents inside!
     */
    public int featureIndex();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy