Uses of Record Class
cloud.opencode.base.classloader.index.ClassIndexEntry
Packages that use ClassIndexEntry
-
Uses of ClassIndexEntry in cloud.opencode.base.classloader.index
Methods in cloud.opencode.base.classloader.index that return types with arguments of type ClassIndexEntryModifier and TypeMethodDescriptionClassIndex.entries()Returns the value of theentriesrecord component.Method parameters in cloud.opencode.base.classloader.index with type arguments of type ClassIndexEntryModifier and TypeMethodDescriptionIndexAwareScanner.scan(ClassIndex index, String basePackage, Predicate<ClassIndexEntry> filter) Scan the index for class names under the given base package that match the filter 扫描索引中给定基础包下匹配过滤器的类名Constructor parameters in cloud.opencode.base.classloader.index with type arguments of type ClassIndexEntryModifierConstructorDescriptionClassIndex(int version, String timestamp, String classpathHash, List<ClassIndexEntry> entries) Create a class index with defensive copy of entries 创建类索引,对条目列表进行防御性拷贝