Package | Description |
---|---|
org.apache.camel.tools.apt |
Modifier and Type | Method and Description |
---|---|
protected ComponentModel |
EndpointAnnotationProcessor.findComponentProperties(RoundEnvironment roundEnv,
org.apache.camel.spi.UriEndpoint uriEndpoint,
TypeElement endpointClassElement,
String title,
String scheme,
String extendsScheme,
String label) |
Modifier and Type | Method and Description |
---|---|
String |
EndpointAnnotationProcessor.createParameterJsonSchema(ComponentModel componentModel,
Set<ComponentOption> componentOptions,
Set<EndpointPath> endpointPaths,
Set<EndpointOption> endpointOptions) |
protected void |
EndpointAnnotationProcessor.findClassProperties(PrintWriter writer,
RoundEnvironment roundEnv,
ComponentModel componentModel,
Set<EndpointPath> endpointPaths,
Set<EndpointOption> endpointOptions,
TypeElement classElement,
String prefix,
String excludeProperties) |
protected void |
EndpointAnnotationProcessor.findComponentClassProperties(PrintWriter writer,
RoundEnvironment roundEnv,
ComponentModel componentModel,
Set<ComponentOption> componentOptions,
TypeElement classElement,
String prefix) |
protected void |
EndpointAnnotationProcessor.writeHtmlDocumentationAndFieldInjections(PrintWriter writer,
RoundEnvironment roundEnv,
ComponentModel componentModel,
TypeElement classElement,
String prefix,
String excludeProperties) |
Apache Camel