
com.github.anonymousmister.bootfastconfig.expand.MessageSource Maven / Gradle / Ivy
package com.github.anonymousmister.bootfastconfig.expand;
import java.util.Locale;
import java.util.Map;
/**
* @author mister
*/
public interface MessageSource {
/**
* 获取对应语言的值
*
* @param code
* @param locale
* @return
*/
Map getMessageByLocale(String code, Locale locale);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy