Class ClassFileVersionMatcher<T extends TypeDescription>

    • Field Detail

      • classFileVersion

        private final ClassFileVersion classFileVersion
        The targeted class file version.
      • atMost

        private final boolean atMost
        true if the targeted class file version should be at most of the supplied version.
    • Constructor Detail

      • ClassFileVersionMatcher

        public ClassFileVersionMatcher​(ClassFileVersion classFileVersion,
                                       boolean atMost)
        Creates a class file version matcher.
        Parameters:
        classFileVersion - The targeted class file version.
        atMost - true if the targeted class file version should be at most of the supplied version.