Package org.springframework.nativex.hint
Allow to specify native configuration via annotated hints.
-
Class Summary Class Description AccessBits Deprecated. UseTypeAccessinstead.ProxyBits Specifies the special behaviours that need to supported by class proxies when they are generated. -
Enum Summary Enum Description InitializationTime Specifies the initialization time of a type.TypeAccess The various types of access that can be requested. -
Annotation Types Summary Annotation Type Description 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.FieldHint Configure reflection for a given field.InitializationHint Used byNativeHintannotations to indicate which classes/packages should be initialized explicitly at build-time or runtime.InitializationHints Repeatable annotation container forInitializationHintannotations.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.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.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.TypeHint Configure reflection or*.classresources access on specified types.TypeHints Repeatable annotation container forTypeHintannotations.