Uses of Enum Class
org.springframework.aot.hint.MemberCategory
Packages that use MemberCategory
Package
Description
Support for registering the need for reflection, resources, java
serialization and proxies at runtime.
-
Uses of MemberCategory in org.springframework.aot.hint
Methods in org.springframework.aot.hint that return MemberCategoryModifier and TypeMethodDescriptionstatic MemberCategoryReturns the enum constant of this class with the specified name.static MemberCategory[]MemberCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.aot.hint that return types with arguments of type MemberCategoryModifier and TypeMethodDescriptionTypeHint.getMemberCategories()Return the member categories that apply.Methods in org.springframework.aot.hint with parameters of type MemberCategoryModifier and TypeMethodDescriptionTypeHint.Builder.withMembers(MemberCategory... memberCategories) Adds the specified member categories.