Uses of Interface
java.lang.classfile.ClassHierarchyResolver.ClassHierarchyInfo
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of ClassHierarchyResolver.ClassHierarchyInfoPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptionClassHierarchyResolver.getClassInfo
(ClassDesc classDesc) Returns theClassHierarchyResolver.ClassHierarchyInfo
PREVIEW for a given class name, or null if the name is unknown to the resolver.Indicates that a class is a declared class, with the specific given super class.ClassHierarchyResolver.ClassHierarchyInfo.ofInterface()
Indicates that a class is an interface.Modifier and TypeMethodDescriptiondefault ClassHierarchyResolverPREVIEW
ClassHierarchyResolver.cached
(Supplier<Map<ClassDesc, ClassHierarchyResolver.ClassHierarchyInfoPREVIEW>> cacheFactory) Returns a ClassHierarchyResolver that caches class hierarchy information from this resolver.