public final class EndpointPropertyConfigurerGenerator extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
generateExtendConfigurer(ProcessingEnvironment processingEnv,
TypeElement parent,
String pn,
String cn,
String fqn) |
static void |
generateMetaInfConfigurer(ProcessingEnvironment processingEnv,
String name,
String fqn) |
static void |
generatePropertyConfigurer(ProcessingEnvironment processingEnv,
TypeElement parent,
String pn,
String cn,
String fqn,
String en,
Set<EndpointOption> options) |
public static void generateExtendConfigurer(ProcessingEnvironment processingEnv, TypeElement parent, String pn, String cn, String fqn)
public static void generatePropertyConfigurer(ProcessingEnvironment processingEnv, TypeElement parent, String pn, String cn, String fqn, String en, Set<EndpointOption> options)
public static void generateMetaInfConfigurer(ProcessingEnvironment processingEnv, String name, String fqn)
Apache Camel