FrameworkFeature
Framework: Feature
Registers a GraalVM "feature" implementation, which describes to the VM and compiler how to access reflective values needed for operation of apps built with Elide. Each framework implements a description for a different unit of functionality.
Inheritors
Functions
Find a list of classes for the provided packageName within the provided urlConnection.
Returns the method of a class or fails if it is not present.
Registers an entire class for reflection use.
Registers the transitive class hierarchy of the provided className
for reflection.
Registers all constructors of a class for reflection.
Registers a class for reflective construction via its default constructor.
Registers a class for unsafe reflective field access.
Registers all the classes under the specified package for reflection.