Class InstrumentedBridgeMethods
java.lang.Object
org.springframework.aot.agent.InstrumentedBridgeMethods
Deprecated.
This class should only be used by the runtime-hints agent when instrumenting bytecode
 and is not considered public API.
Instrumented version of JDK methods to be used by bytecode rewritten by the 
RuntimeHintsAgent.
 Methods implemented here follow a specific naming pattern "lowercase type name + bridged method name",
 so that the agent can consistently rewrite calls to instrumented methods.
 For example Class#forName(String) will be here names classforName(String).
- Author:
- Brian Clozel
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionstatic Class<?> classforName(String className) Deprecated.static Class<?> classforName(String className, boolean initialize, ClassLoader loader) Deprecated.static Class<?>[]classgetClasses(Class<?> clazz) Deprecated.static Constructor<?> classgetConstructor(Class<?> clazz, Class<?>[] parameterTypes) Deprecated.static Constructor<?>[]classgetConstructors(Class<?> clazz) Deprecated.static Class<?>[]classgetDeclaredClasses(Class<?> clazz) Deprecated.static Constructor<?> classgetDeclaredConstructor(Class<?> clazz, Class<?>[] parameterTypes) Deprecated.static Constructor<?>[]classgetDeclaredConstructors(Class<?> clazz) Deprecated.static FieldclassgetDeclaredField(Class<?> clazz, String name) Deprecated.static Field[]classgetDeclaredFields(Class<?> clazz) Deprecated.static MethodclassgetDeclaredMethod(Class<?> clazz, String name, Class<?>... params) Deprecated.static Method[]classgetDeclaredMethods(Class<?> clazz) Deprecated.static FieldclassgetField(Class<?> clazz, String name) Deprecated.static Field[]classgetFields(Class<?> clazz) Deprecated.static MethodclassgetMethod(Class<?> clazz, String name, Class<?>... parameterTypes) Deprecated.static Method[]classgetMethods(Class<?> clazz) Deprecated.classgetResource(Class<?> clazz, String name) Deprecated.static @Nullable InputStreamclassgetResourceAsStream(Class<?> clazz, String name) Deprecated.classloadergetResource(ClassLoader classLoader, String name) Deprecated.static @Nullable InputStreamclassloadergetResourceAsStream(ClassLoader classLoader, String name) Deprecated.static Enumeration<URL> classloadergetResources(ClassLoader classLoader, String name) Deprecated.static Class<?> classloaderloadClass(ClassLoader classLoader, String name) Deprecated.classloaderresources(ClassLoader classLoader, String name) Deprecated.static ObjectconstructornewInstance(Constructor<?> constructor, Object... arguments) Deprecated.static ObjectDeprecated.static voidDeprecated.static Objectmethodinvoke(Method method, Object object, Object... arguments) Deprecated.static InputStreammodulegetResourceAsStream(Module module, String name) Deprecated.static ObjectproxynewProxyInstance(ClassLoader loader, Class<?>[] interfaces, InvocationHandler h) Deprecated.static ResourceBundleresourcebundlegetBundle(String baseName) Deprecated.static ResourceBundleresourcebundlegetBundle(String baseName, Module module) Deprecated.static ResourceBundleresourcebundlegetBundle(String baseName, Locale locale) Deprecated.static ResourceBundleresourcebundlegetBundle(String baseName, Locale locale, ClassLoader loader) Deprecated.static ResourceBundleresourcebundlegetBundle(String baseName, Locale targetLocale, ClassLoader loader, ResourceBundle.Control control) Deprecated.static ResourceBundleresourcebundlegetBundle(String baseName, Locale targetLocale, Module module) Deprecated.static ResourceBundleresourcebundlegetBundle(String baseName, Locale targetLocale, ResourceBundle.Control control) Deprecated.static ResourceBundleresourcebundlegetBundle(String baseName, ResourceBundle.Control control) Deprecated.
- 
Method Details- 
classforNameDeprecated.- Throws:
- ClassNotFoundException
 
- 
classforNamepublic static Class<?> classforName(String className, boolean initialize, ClassLoader loader) throws ClassNotFoundException Deprecated.- Throws:
- ClassNotFoundException
 
- 
classgetConstructorsDeprecated.- Throws:
- SecurityException
 
- 
classgetConstructorpublic static Constructor<?> classgetConstructor(Class<?> clazz, Class<?>[] parameterTypes) throws NoSuchMethodException Deprecated.- Throws:
- NoSuchMethodException
 
- 
classgetDeclaredConstructorspublic static Constructor<?>[] classgetDeclaredConstructors(Class<?> clazz) throws SecurityException Deprecated.- Throws:
- SecurityException
 
- 
classgetDeclaredConstructorpublic static Constructor<?> classgetDeclaredConstructor(Class<?> clazz, Class<?>[] parameterTypes) throws NoSuchMethodException Deprecated.- Throws:
- NoSuchMethodException
 
- 
classgetMethodsDeprecated.- Throws:
- SecurityException
 
- 
classgetMethodpublic static Method classgetMethod(Class<?> clazz, String name, Class<?>... parameterTypes) throws NoSuchMethodException, SecurityException Deprecated.
- 
classgetDeclaredMethodpublic static Method classgetDeclaredMethod(Class<?> clazz, String name, Class<?>... params) throws SecurityException, NoSuchMethodException Deprecated.
- 
classgetDeclaredMethods
- 
classgetDeclaredClasses
- 
classgetClasses
- 
classgetDeclaredFields
- 
classgetDeclaredFieldDeprecated.- Throws:
- NoSuchFieldException
 
- 
classgetFields
- 
classgetFieldDeprecated.- Throws:
- NoSuchFieldException
 
- 
classgetResource
- 
classgetResourceAsStreamDeprecated.
- 
classloaderloadClasspublic static Class<?> classloaderloadClass(ClassLoader classLoader, String name) throws ClassNotFoundException Deprecated.- Throws:
- ClassNotFoundException
 
- 
classloadergetResourceDeprecated.
- 
classloadergetResourceAsStreampublic static @Nullable InputStream classloadergetResourceAsStream(ClassLoader classLoader, String name) Deprecated.
- 
classloaderresourcesDeprecated.
- 
classloadergetResourcespublic static Enumeration<URL> classloadergetResources(ClassLoader classLoader, String name) throws IOException Deprecated.- Throws:
- IOException
 
- 
constructornewInstancepublic static Object constructornewInstance(Constructor<?> constructor, Object... arguments) throws InvocationTargetException, InstantiationException, IllegalAccessException Deprecated.
- 
methodinvokepublic static Object methodinvoke(Method method, Object object, Object... arguments) throws InvocationTargetException, IllegalAccessException Deprecated.
- 
fieldgetpublic static Object fieldget(Field field, Object object) throws IllegalArgumentException, IllegalAccessException Deprecated.
- 
fieldsetpublic static void fieldset(Field field, Object object, Object value) throws IllegalArgumentException, IllegalAccessException Deprecated.
- 
modulegetResourceAsStreamDeprecated.- Throws:
- IOException
 
- 
resourcebundlegetBundleDeprecated.
- 
resourcebundlegetBundlepublic static ResourceBundle resourcebundlegetBundle(String baseName, ResourceBundle.Control control) Deprecated.
- 
resourcebundlegetBundleDeprecated.
- 
resourcebundlegetBundleDeprecated.
- 
resourcebundlegetBundlepublic static ResourceBundle resourcebundlegetBundle(String baseName, Locale targetLocale, Module module) Deprecated.
- 
resourcebundlegetBundlepublic static ResourceBundle resourcebundlegetBundle(String baseName, Locale targetLocale, ResourceBundle.Control control) Deprecated.
- 
resourcebundlegetBundlepublic static ResourceBundle resourcebundlegetBundle(String baseName, Locale locale, ClassLoader loader) Deprecated.
- 
resourcebundlegetBundlepublic static ResourceBundle resourcebundlegetBundle(String baseName, Locale targetLocale, ClassLoader loader, ResourceBundle.Control control) Deprecated.
- 
proxynewProxyInstancepublic static Object proxynewProxyInstance(ClassLoader loader, Class<?>[] interfaces, InvocationHandler h) Deprecated.
 
-