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

org.constretto.model.Parser Maven / Gradle / Ivy

package org.constretto.model;

/**
 * @author Kaare Nilsen
 */
public interface Parser {
    CValue parse(String value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy