Uses of Record Class
cloud.opencode.base.classloader.index.ClassIndex
Packages that use ClassIndex
-
Uses of ClassIndex in cloud.opencode.base.classloader.index
Methods in cloud.opencode.base.classloader.index that return ClassIndexModifier and TypeMethodDescriptionClassIndexWriter.generate()Generate the class index and write it to the output directory 生成类索引并写入输出目录Methods in cloud.opencode.base.classloader.index that return types with arguments of type ClassIndexModifier and TypeMethodDescriptionstatic Optional<ClassIndex> ClassIndexReader.load()Load the class index from the default classpath location using the context class loader 使用上下文类加载器从默认 classpath 位置加载类索引static Optional<ClassIndex> ClassIndexReader.load(ClassLoader classLoader) Load the class index from the default classpath location using the specified class loader 使用指定的类加载器从默认 classpath 位置加载类索引Methods in cloud.opencode.base.classloader.index with parameters of type ClassIndexModifier and TypeMethodDescriptionstatic booleanClassIndexReader.isValid(ClassIndex index) Check whether the index is still valid by comparing its classpath hash with the current one.IndexAwareScanner.scan(ClassIndex index, String basePackage) Scan the index for all class names under the given base package 扫描索引中给定基础包下的所有类名IndexAwareScanner.scan(ClassIndex index, String basePackage, Predicate<ClassIndexEntry> filter) Scan the index for class names under the given base package that match the filter 扫描索引中给定基础包下匹配过滤器的类名