Uses of Class
io.smallrye.reactive.messaging.annotations.ConnectorAttribute
-
Packages that use ConnectorAttribute Package Description io.smallrye.reactive.messaging.annotations io.smallrye.reactive.messaging.connector -
-
Uses of ConnectorAttribute in io.smallrye.reactive.messaging.annotations
Methods in io.smallrye.reactive.messaging.annotations that return ConnectorAttribute Modifier and Type Method Description ConnectorAttribute[]
value()
-
Uses of ConnectorAttribute in io.smallrye.reactive.messaging.connector
Methods in io.smallrye.reactive.messaging.connector with parameters of type ConnectorAttribute Modifier and Type Method Description protected static String
ClassWriter. getGetterBody(ConnectorAttribute attribute, String connector)
protected static String
ClassWriter. getGetterSignatureLine(ConnectorAttribute attribute)
protected static String
ClassWriter. getMethodName(ConnectorAttribute attribute)
protected static boolean
ClassWriter. hasAlias(ConnectorAttribute attribute)
protected static boolean
ClassWriter. hasDefaultValue(ConnectorAttribute attribute)
Method parameters in io.smallrye.reactive.messaging.connector with type arguments of type ConnectorAttribute Modifier and Type Method Description static void
CommonConfigurationClassWriter. generate(ProcessingEnvironment environment, Connector connector, String className, List<ConnectorAttribute> attributes)
void
ConfigurationClassWriter. generateAllClasses(Connector connector, String className, List<ConnectorAttribute> common, List<ConnectorAttribute> incoming, List<ConnectorAttribute> outgoing)
void
ConfigurationDocWriter. generateIncomingDocumentation(Connector connector, List<ConnectorAttribute> commonAttributes, List<ConnectorAttribute> incomingAttributes)
void
ConfigurationDocWriter. generateOutgoingDocumentation(Connector connector, List<ConnectorAttribute> commonAttributes, List<ConnectorAttribute> incomingAttributes)
-