Uses of Interface
org.apache.camel.LineNumberAware
Packages that use LineNumberAware
-
Uses of LineNumberAware in org.apache.camel
Subinterfaces of LineNumberAware in org.apache.camelModifier and TypeInterfaceDescriptioninterfaceRepresents an identifiable node in the Camel route model.Methods in org.apache.camel with parameters of type LineNumberAwareModifier and TypeMethodDescriptionstatic <T> TLineNumberAware.trySetLineNumberAware(T object, @Nullable LineNumberAware source) Set theLineNumberAwareif the object is an instance ofLineNumberAware.