- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.configuration.ConfigurationProcessorPostLoadingMatcher
-
public class ConfigurationProcessorPostLoadingMatcher extends Object
- 从以下版本开始:
- 2.2
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static interface
ConfigurationProcessorPostLoadingMatcher.MatchRule
-
构造器概要
构造器 构造器 说明 ConfigurationProcessorPostLoadingMatcher()
-
方法概要
修饰符和类型 方法 说明 ConfigurationProcessorPostLoadingMatcher.MatchRule
asMatchRule()
List<ConfigurationProcessorPostLoadingMatcher.MatchRule>
getAll()
List<ConfigurationProcessorPostLoadingMatcher.MatchRule>
getAny()
boolean
match(javassist.bytecode.ClassFile cf)
-
-
-
方法详细资料
-
getAll
public List<ConfigurationProcessorPostLoadingMatcher.MatchRule> getAll()
-
getAny
public List<ConfigurationProcessorPostLoadingMatcher.MatchRule> getAny()
-
match
public boolean match(javassist.bytecode.ClassFile cf)
-
asMatchRule
public ConfigurationProcessorPostLoadingMatcher.MatchRule asMatchRule()
-
-