Class ReflectiveRuntimeHintsRegistrar
java.lang.Object
org.springframework.aot.hint.annotation.ReflectiveRuntimeHintsRegistrar
Process 
@Reflective annotated elements.- Since:
- 6.0
- Author:
- Stephane Nicoll, Andy Wilkinson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanisCandidate(Class<?> type) Specify if the giventypeis a valid candidate.voidregisterRuntimeHints(RuntimeHints runtimeHints, Class<?>... types) Register the relevant runtime hints for elements that are annotated withReflective.
- 
Constructor Details- 
ReflectiveRuntimeHintsRegistrarpublic ReflectiveRuntimeHintsRegistrar()
 
- 
- 
Method Details- 
registerRuntimeHintsRegister the relevant runtime hints for elements that are annotated withReflective.- Parameters:
- runtimeHints- the runtime hints instance to use
- types- the types to process
 
- 
isCandidateSpecify if the giventypeis a valid candidate.- Parameters:
- type- the type to inspect
- Returns:
- trueif the type uses- Reflectivein a way that is supported by this registrar
- Since:
- 6.2
 
 
-