接口 TypeFilter

    • 方法详细资料

      • match

        boolean match​(MetadataReader metadataReader,
                      MetadataReaderFactory metadataReaderFactory)
               throws IOException
        Determine whether this filter matches for the class described by the given metadata.
        参数:
        metadataReader - the metadata reader for the target class
        metadataReaderFactory - a factory for obtaining metadata readers for other classes (such as superclasses and interfaces)
        返回:
        whether this filter matches
        抛出:
        IOException - in case of I/O failure when reading metadata