Package org.springframework.data.aot
Class PublicMethodReflectiveProcessor
java.lang.Object
org.springframework.aot.hint.annotation.SimpleReflectiveProcessor
org.springframework.data.aot.PublicMethodReflectiveProcessor
- All Implemented Interfaces:
ReflectiveProcessor
- Author:
- Christoph Strobl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
registerTypeHint
(ReflectionHints hints, Class<?> type) Methods inherited from class org.springframework.aot.hint.annotation.SimpleReflectiveProcessor
registerConstructorHint, registerFieldHint, registerMethodHint, registerReflectionHints
-
Constructor Details
-
PublicMethodReflectiveProcessor
public PublicMethodReflectiveProcessor()
-
-
Method Details
-
registerTypeHint
- Overrides:
registerTypeHint
in classSimpleReflectiveProcessor
-