Package org.springframework.core
Class NativeDetector
java.lang.Object
org.springframework.core.NativeDetector
A common delegate for detecting a GraalVM native image environment.
- Since:
- 5.3.4
- Author:
- Sebastien Deleuze
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanReturnstrueif invoked in the context of image building or during image runtime, elsefalse.
- 
Constructor Details- 
NativeDetectorpublic NativeDetector()
 
- 
- 
Method Details- 
inNativeImagepublic static boolean inNativeImage()Returnstrueif invoked in the context of image building or during image runtime, elsefalse.
 
-