Uses of Class
org.springframework.nativex.hint.InitializationTime
-
Packages that use InitializationTime Package Description org.springframework.nativex.hint Allow to specify native configuration via annotated hints. -
-
Uses of InitializationTime in org.springframework.nativex.hint
Methods in org.springframework.nativex.hint that return InitializationTime Modifier and Type Method Description InitializationTimeinitTime()Set the initialization time, usually set toBUILDsince runtime is GraalVM native image default.static InitializationTimeInitializationTime. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InitializationTime[]InitializationTime. values()Returns an array containing the constants of this enum type, in the order they are declared.
-