Uses of Interface
io.smallrye.classfile.ClassHierarchyResolver.ClassHierarchyInfo
Packages that use ClassHierarchyResolver.ClassHierarchyInfo
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of ClassHierarchyResolver.ClassHierarchyInfo in io.smallrye.classfile
Methods in io.smallrye.classfile that return ClassHierarchyResolver.ClassHierarchyInfoModifier and TypeMethodDescriptionClassHierarchyResolver.getClassInfo(ClassDesc classDesc) Returns theClassHierarchyInfofor a given class name, ornullif 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.Method parameters in io.smallrye.classfile with type arguments of type ClassHierarchyResolver.ClassHierarchyInfoModifier and TypeMethodDescriptiondefault ClassHierarchyResolverClassHierarchyResolver.cached(Supplier<Map<ClassDesc, ClassHierarchyResolver.ClassHierarchyInfo>> cacheFactory) Returns aClassHierarchyResolverthat caches class hierarchy information from this resolver.