Module java.base

Interface ClassHierarchyResolver

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ClassHierarchyResolver
ClassHierarchyResolver is a preview API of the Java platform.
Programs can only use ClassHierarchyResolver when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
Provides class hierarchy information for generating correct stack maps during code building.
Since:
22