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

com.adrninistrator.javacg.extensions.code_parser.SpringXmlBeanParserInterface Maven / Gradle / Ivy

package com.adrninistrator.javacg.extensions.code_parser;

/**
 * @author adrninistrator
 * @date 2023/3/13
 * @description: 对Spring XML文件中的bean解析的接口
 */
public interface SpringXmlBeanParserInterface extends JarEntryOtherFileParser {

    /**
     * 根据Spring Bean的id获取对应的类名
     *
     * @param beanId
     * @return
     */
    String getBeanClass(String beanId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy