Searched refs:ElementMatcher (Results 1 – 3 of 3) sorted by relevance
17 import net.bytebuddy.matcher.ElementMatcher;49 private final ElementMatcher<? super MethodDescription> matcher;64 …public SubclassBytecodeGenerator(Implementation readReplace, ElementMatcher<? super MethodDescript… in SubclassBytecodeGenerator()68 …BytecodeGenerator(SubclassLoader loader, Implementation readReplace, ElementMatcher<? super Method… in SubclassBytecodeGenerator()133 private static ElementMatcher<MethodDescription> isGroovyMethod() { in isGroovyMethod()
36 import net.bytebuddy.matcher.ElementMatcher;73 private static ElementMatcher.Junction<TypeDescription> createMatcher() { in createMatcher()
222 : new ElementMatcher(name, attributes)::match; in parse()233 private static final class ElementMatcher { class in PathMatcher237 private ElementMatcher(String name, Map<String, String> attributes) { in ElementMatcher() method in PathMatcher.ElementMatcher