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

com.silentgo.json.parser.StringParser Maven / Gradle / Ivy

There is a newer version: 0.0.9
Show newest version
package com.silentgo.json.parser;

import com.silentgo.json.configuration.JSONConfig;
import com.silentgo.json.model.JSONEntity;

/**
 * Project : SilentGo
 * Package : com.silentgo.json
 *
 * @author teddyzhu
 *         

* Created by teddyzhu on 2017/1/4. */ public interface StringParser extends Parser { public T parse(String input, Class tClass, JSONConfig jsonConfig); public JSONEntity parse(String input, JSONConfig jsonConfig); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy