Uses of Class
org.springframework.aot.hint.FieldHint.Builder
Package
Description
Support for registering the need for reflection, resources, java
serialization and proxies at runtime.
-
Uses of FieldHint.Builder in org.springframework.aot.hint
Modifier and TypeMethodDescriptionFieldHint.Builder.allowUnsafeAccess
(boolean allowUnsafeAccess) Specify if usingUnsafe
on the field should be allowed.FieldHint.Builder.allowWrite
(boolean allowWrite) Specify if setting the value of the field should be allowed.Modifier and TypeMethodDescriptionReflectionHints.registerField
(Field field, Consumer<FieldHint.Builder> fieldHint) Register the need for reflection on the specifiedField
.TypeHint.Builder.withField
(String name, Consumer<FieldHint.Builder> fieldHint) Register the need for reflection on the field with the specified name.