All Classes
-
All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary Class Description AccessBits Deprecated. UseTypeAccess
instead.AotOptions AOT options for Spring Native.AotProxyHint Used byNativeHint
annotations to indicate which classes need a proxy generating at build time - these proxies enable runtime Spring features like AOP to function correctly.AotProxyHints Repeatable annotation container forAotProxyHint
annotations.BeanFactoryNativeConfigurationProcessor Process thebean factory
and register the necessary native configuration.BeanInstanceDescriptor Describe how an instance of a bean can be supplied.BeanInstanceDescriptor.Builder BeanInstanceDescriptor.MemberDescriptor<T extends Member> Describe aMember
that is used to initialize a Bean instance.BeanInstanceDescriptor.PropertyDescriptor Describe a property that is used to initialize a Bean instance.BeanNativeConfigurationProcessor Process abean instance
and register the need for native configuration.DefaultNativeReflectionEntry ANativeReflectionEntry
that uses standard reflection.DefaultNativeReflectionEntry.Builder DefaultNativeReflectionEntry.FieldAccess FieldHint Configure reflection for a given field.GeneratedCodeNativeReflectionEntry ANativeReflectionEntry
for generated code.GeneratedCodeNativeReflectionEntry.Builder InitializationHint Used byNativeHint
annotations to indicate which classes/packages should be initialized explicitly at build-time or runtime.InitializationHints Repeatable annotation container forInitializationHint
annotations.InitializationTime Specifies the initialization time of a type.JdkProxyHint Used byNativeHint
annotations to indicate which interfaces (since only JDK dynamic proxies are supported) sets of types need proxies.JdkProxyHints Repeatable annotation container forJdkProxyHint
annotations.MethodHint Configure reflection for a given method.Mode Spring AOT operating mode.NativeConfiguration Marker interface for class annotated withNativeHint
and related annotations, and provide an SPI for providing programmatic hints when declarative annotations are not flexible enough.NativeConfigurationRegistrar Register native configuration using processors detected on the classpath.NativeConfigurationRegistry Collect the required native configuration, such as the need forruntime reflection
orresources
.NativeConfigurationRegistry.InitializationConfiguration Configure the needs for class initialization.NativeConfigurationRegistry.ProxyConfiguration Configure the needs for runtime proxies.NativeConfigurationRegistry.ReflectionConfiguration Configure the need for runtime reflection metadata on classes, methods, and fields.NativeConfigurationRegistry.ResourcesConfiguration Configure the needs for runtime resources.NativeConfigurationRegistry.SerializationConfiguration Configure the needs for serialization.NativeConfigurationUtils Common utilities for native configuration processors.NativeHint NativeHint
annotations should be placed either on Spring configuration/registrar/import-selectors or on some implementation ofNativeConfiguration
that the system will discover via a service factory load.NativeHints Repeatable annotation container forNativeHint
annotations.NativeInitializationEntry Describe the need for initialization configuration.NativeProxyEntry Describe the need for proxy configuration.NativeReflectionEntry Describe the need for reflection for a particular type.NativeReflectionEntry.Builder<B extends NativeReflectionEntry.Builder<B,T>,T extends NativeReflectionEntry> NativeResourcesEntry Collect the need for resources at runtime.NativeSerializationEntry Describe the need for serialization configuration.ProxyBits Specifies the special behaviours that need to supported by class proxies when they are generated.ResourceHint Used byNativeHint
annotations to indicate which resources should be pulled into the image.ResourcesHints Repeatable annotation container forResourceHint
annotations.SerializationHint Used byNativeHint
annotations to indicate which types should be serializable in a native image.SerializationHints Repeatable annotation container forSerializationHint
annotations.TypeAccess The various types of access that can be requested.TypeHint Configure reflection or*.class
resources access on specified types.TypeHints Repeatable annotation container forTypeHint
annotations.