Uses of Class
org.springframework.nativex.hint.MethodHint
-
Packages that use MethodHint Package Description org.springframework.nativex.hint Allow to specify native configuration via annotated hints. -
-
Uses of MethodHint in org.springframework.nativex.hint
Methods in org.springframework.nativex.hint that return MethodHint Modifier and Type Method Description MethodHint[]
methods()
Specific method information for reflective invocation and metadata query, useful to reduce the footprint impact of the generated configuration.MethodHint[]
queriedMethods()
Specific method information for reflective metadata query, useful to reduce the footprint impact of the generated configuration.
-