Uses of Class
org.springframework.aot.context.bootstrap.generator.infrastructure.nativex.NativeResourcesEntry
-
Packages that use NativeResourcesEntry Package Description org.springframework.aot.context.bootstrap.generator.infrastructure.nativex Support classes for providing native configuration such as reflection hints. -
-
Uses of NativeResourcesEntry in org.springframework.aot.context.bootstrap.generator.infrastructure.nativex
Methods in org.springframework.aot.context.bootstrap.generator.infrastructure.nativex that return NativeResourcesEntry Modifier and Type Method Description static NativeResourcesEntryNativeResourcesEntry. of(String resource)Create a newNativeResourcesEntryfor the specified resource pattern.static NativeResourcesEntryNativeResourcesEntry. ofBundle(String bundle)Create a newNativeResourcesEntryfor the specified bundle pattern.static NativeResourcesEntryNativeResourcesEntry. ofClass(Class<?> type)Create a newNativeResourcesEntryfor the specified class.static NativeResourcesEntryNativeResourcesEntry. ofClassName(String className)Create a newNativeResourcesEntryfor the specified class name.Methods in org.springframework.aot.context.bootstrap.generator.infrastructure.nativex with parameters of type NativeResourcesEntry Modifier and Type Method Description NativeConfigurationRegistry.ResourcesConfigurationNativeConfigurationRegistry.ResourcesConfiguration. add(NativeResourcesEntry resource)Register the specifiedresource.
-