Uses of Class
org.springframework.nativex.hint.InitializationTime
-
-
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(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.
-