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 StringClassWriter. getGetterBody(ConnectorAttribute attribute, String connector)protected static StringClassWriter. getGetterSignatureLine(ConnectorAttribute attribute)protected static StringClassWriter. getMethodName(ConnectorAttribute attribute)protected static booleanClassWriter. hasAlias(ConnectorAttribute attribute)protected static booleanClassWriter. hasDefaultValue(ConnectorAttribute attribute)Method parameters in io.smallrye.reactive.messaging.connector with type arguments of type ConnectorAttribute Modifier and Type Method Description static voidCommonConfigurationClassWriter. generate(ProcessingEnvironment environment, Connector connector, String className, List<ConnectorAttribute> attributes)voidConfigurationClassWriter. generateAllClasses(Connector connector, String className, List<ConnectorAttribute> common, List<ConnectorAttribute> incoming, List<ConnectorAttribute> outgoing)voidConfigurationDocWriter. generateIncomingDocumentation(Connector connector, List<ConnectorAttribute> commonAttributes, List<ConnectorAttribute> incomingAttributes)voidConfigurationDocWriter. generateOutgoingDocumentation(Connector connector, List<ConnectorAttribute> commonAttributes, List<ConnectorAttribute> incomingAttributes)
-