Package org.apache.camel.spring.boot.aot
Class CamelRuntimeHints
java.lang.Object
org.apache.camel.spring.boot.aot.CamelRuntimeHints
- All Implemented Interfaces:
org.springframework.aot.hint.RuntimeHintsRegistrar
public final class CamelRuntimeHints
extends Object
implements org.springframework.aot.hint.RuntimeHintsRegistrar
CamelRuntimeHints
provide the basic hints for the native compilation of a Camel application.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
registerHints
(org.springframework.aot.hint.RuntimeHints hints, ClassLoader classLoader)
-
Constructor Details
-
CamelRuntimeHints
public CamelRuntimeHints()
-
-
Method Details
-
registerHints
- Specified by:
registerHints
in interfaceorg.springframework.aot.hint.RuntimeHintsRegistrar
-