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 Details

    • CamelRuntimeHints

      public CamelRuntimeHints()
  • Method Details

    • registerHints

      public void registerHints(org.springframework.aot.hint.RuntimeHints hints, ClassLoader classLoader)
      Specified by:
      registerHints in interface org.springframework.aot.hint.RuntimeHintsRegistrar