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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidregisterTypeHint(ReflectionHints hints, Class<?> type) Methods inherited from class org.springframework.aot.hint.annotation.SimpleReflectiveProcessorregisterConstructorHint, registerFieldHint, registerMethodHint, registerReflectionHints
- 
Constructor Details- 
PublicMethodReflectiveProcessorpublic PublicMethodReflectiveProcessor()
 
- 
- 
Method Details- 
registerTypeHint- Overrides:
- registerTypeHintin class- SimpleReflectiveProcessor
 
 
-