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

com.distelli.jackson.transform.NewInstance Maven / Gradle / Ivy

There is a newer version: 3.8.16
Show newest version
package com.distelli.jackson.transform;

import com.fasterxml.jackson.core.ObjectCodec;
import com.fasterxml.jackson.core.TreeNode;

public interface NewInstance {
    public T newInstance(TreeNode tree, ObjectCodec codec) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy