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 InitializationTime
initTime()
Set the initialization time, usually set toBUILD
since runtime is GraalVM native image default.static InitializationTime
InitializationTime. 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.
-