public class PluginFinder extends Object
PluginFinder represents a finder , which assist to find the one from the given AbstractClassEnhancePluginDefine list.| Constructor and Description |
|---|
PluginFinder(List<AbstractClassEnhancePluginDefine> plugins) |
| Modifier and Type | Method and Description |
|---|---|
net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription> |
buildMatch() |
List<AbstractClassEnhancePluginDefine> |
find(net.bytebuddy.description.type.TypeDescription typeDescription) |
List<AbstractClassEnhancePluginDefine> |
getBootstrapClassMatchDefine() |
public PluginFinder(List<AbstractClassEnhancePluginDefine> plugins)
public List<AbstractClassEnhancePluginDefine> find(net.bytebuddy.description.type.TypeDescription typeDescription)
public net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription> buildMatch()
public List<AbstractClassEnhancePluginDefine> getBootstrapClassMatchDefine()
Copyright © 2019 The Apache Software Foundation. All rights reserved.