Class ByteBuddyMojo.FilePrefixMatcher

java.lang.Object
net.bytebuddy.build.maven.ByteBuddyMojo.FilePrefixMatcher
All Implemented Interfaces:
ElementMatcher<Plugin.Engine.Source.Element>
Enclosing class:
ByteBuddyMojo

private static class ByteBuddyMojo.FilePrefixMatcher extends Object implements ElementMatcher<Plugin.Engine.Source.Element>
Matches elements which represent a Java class that is represented in the list or an inner class of the classes represented in the list.
  • Field Details

    • names

      private final List<String> names
      A list of names to match.
  • Constructor Details

    • FilePrefixMatcher

      private FilePrefixMatcher(List<String> names)
      Create a new matcher for a list of names.
      Parameters:
      names - A list of included names.
  • Method Details