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

io.robe.convert.xml.parsers.IsParser Maven / Gradle / Ivy

The newest version!
package io.robe.convert.xml.parsers;

import com.fasterxml.jackson.core.JsonParser;

import java.io.IOException;
import java.lang.reflect.Field;


public interface IsParser {

    public Object parse(JsonParser parser, Field field) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy