public class NativeImageUtil extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isUnsupportedFeatureError(Throwable e)
Check whether the given error is a substratevm UnsupportedFeatureError
|
static boolean |
needsReflectionConfiguration(Class<?> cl)
Check whether the given class is likely missing reflection configuration (running in native image, and no
members visible in reflection).
|
public static boolean isUnsupportedFeatureError(Throwable e)
public static boolean needsReflectionConfiguration(Class<?> cl)
Copyright © 2008–2022 FasterXML. All rights reserved.