Uses of Class
org.springframework.nativex.AotOptions
-
Packages that use AotOptions Package Description org.springframework.nativex.type Provide configuration for native types. -
-
Uses of AotOptions in org.springframework.nativex.type
Methods in org.springframework.nativex.type with parameters of type AotOptions Modifier and Type Method Description default void
NativeConfiguration. computeHints(NativeConfigurationRegistry registry, AotOptions aotOptions)
default boolean
NativeConfiguration. isValid(AotOptions aotOptions)
Implementing this method enables hints on the@NativeConfiguration
implementation to be conditional on some programmatic test.
-