All Classes
-
All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary Class Description AccessBits Deprecated. UseTypeAccessinstead.AotOptions AOT options for Spring Native.AotProxyHint Used byNativeHintannotations 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 forAotProxyHintannotations.BeanFactoryNativeConfigurationProcessor Process thebean factoryand register the necessary native configuration.BeanInstanceDescriptor Describe how an instance of a bean can be supplied.BeanInstanceDescriptor.Builder BeanInstanceDescriptor.MemberDescriptor<T extends java.lang.reflect.Member> Describe aMemberthat is used to initialize a Bean instance.BeanInstanceDescriptor.PropertyDescriptor Describe a property that is used to initialize a Bean instance.BeanNativeConfigurationProcessor Process abean instanceand register the need for native configuration.DefaultNativeReflectionEntry ANativeReflectionEntrythat uses standard reflection.DefaultNativeReflectionEntry.Builder DefaultNativeReflectionEntry.FieldAccess FieldHint Configure reflection for a given field.GeneratedCodeNativeReflectionEntry ANativeReflectionEntryfor generated code.GeneratedCodeNativeReflectionEntry.Builder InitializationHint Used byNativeHintannotations to indicate which classes/packages should be initialized explicitly at build-time or runtime.InitializationHints Repeatable annotation container forInitializationHintannotations.InitializationTime Specifies the initialization time of a type.JdkProxyHint Used byNativeHintannotations to indicate which interfaces (since only JDK dynamic proxies are supported) sets of types need proxies.JdkProxyHints Repeatable annotation container forJdkProxyHintannotations.MethodHint Configure reflection for a given method.Mode Spring AOT operating mode.NativeConfiguration Marker interface for class annotated withNativeHintand 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 reflectionorresources.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 NativeHintannotations should be placed either on Spring configuration/registrar/import-selectors or on some implementation ofNativeConfigurationthat the system will discover via a service factory load.NativeHints Repeatable annotation container forNativeHintannotations.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 byNativeHintannotations to indicate which resources should be pulled into the image.ResourcesHints Repeatable annotation container forResourceHintannotations.SerializationHint Used byNativeHintannotations to indicate which types should be serializable in a native image.SerializationHints Repeatable annotation container forSerializationHintannotations.TypeAccess The various types of access that can be requested.TypeHint Configure reflection or*.classresources access on specified types.TypeHints Repeatable annotation container forTypeHintannotations.