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

com.ontology2.centipede.parser.ContextualConverter Maven / Gradle / Ivy

There is a newer version: 100.2
Show newest version
package com.ontology2.centipede.parser;

//
// a ContextualConverter had better have a zero-arg constructor
//

public interface ContextualConverter {
    public FieldType convert(String value, HasOptions that);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy