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

com.nbsaas.boot.config.ext.apis.ConfigExtApi Maven / Gradle / Ivy

The newest version!
package com.nbsaas.boot.config.ext.apis;

import com.nbsaas.boot.rest.response.ResponseObject;

public interface ConfigExtApi {

    /**
     * 获取配置
     *
     * @param classKey
     * @param 
     * @return
     */
     T config(Class classKey);

     ResponseObject info(Class classKey);

     ResponseObject configData(T data);

     T data(T data);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy