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

net.sf.aguacate.config.spi.PathInfoCompiler Maven / Gradle / Ivy

package net.sf.aguacate.config.spi;

import java.util.Map;

import net.sf.aguacate.model.EntityInfo;
import net.sf.aguacate.validator.ValidatorConverter;

public interface PathInfoCompiler {

	EntityInfo compile(ValidatorConverter validatorConverter, Map data);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy