Class ElasticsearchRuntimeHints
java.lang.Object
org.springframework.data.elasticsearch.aot.ElasticsearchRuntimeHints
- All Implemented Interfaces:
org.springframework.aot.hint.RuntimeHintsRegistrar
public class ElasticsearchRuntimeHints
extends Object
implements org.springframework.aot.hint.RuntimeHintsRegistrar
- Since:
- 5.1
- Author:
- Peter-Josef Meisch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
registerHints
(org.springframework.aot.hint.RuntimeHints hints, ClassLoader classLoader)
-
Constructor Details
-
ElasticsearchRuntimeHints
public ElasticsearchRuntimeHints()
-
-
Method Details
-
registerHints
public void registerHints(org.springframework.aot.hint.RuntimeHints hints, @Nullable ClassLoader classLoader) - Specified by:
registerHints
in interfaceorg.springframework.aot.hint.RuntimeHintsRegistrar
-