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

com.github.houbb.value.extraction.api.IValueExtraction Maven / Gradle / Ivy

package com.github.houbb.value.extraction.api;

import java.util.Map;

/**
 * @since 0.1.0
 */
public interface IValueExtraction {

    /**
     * 提取
     * @param context 上下文
     * @return 结果
     */
    Map extract(final ValueExtractionContext context);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy