Class ConnectorAttributeLiteral
java.lang.Object
io.quarkus.smallrye.reactivemessaging.deployment.ConnectorAttributeLiteral
- All Implemented Interfaces:
Annotation
public class ConnectorAttributeLiteral
extends Object
implements io.smallrye.reactive.messaging.annotations.ConnectorAttribute
-
Nested Class Summary
Nested classes/interfaces inherited from class io.smallrye.reactive.messaging.annotations.ConnectorAttribute
io.smallrye.reactive.messaging.annotations.ConnectorAttribute.Direction -
Field Summary
Fields inherited from interface io.smallrye.reactive.messaging.annotations.ConnectorAttribute
NO_VALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalias()Class<? extends Annotation>static io.smallrye.reactive.messaging.annotations.ConnectorAttributecreate(String name, String description, boolean hidden, boolean mandatory, io.smallrye.reactive.messaging.annotations.ConnectorAttribute.Direction direction, String defaultValue, boolean deprecated, String alias, String type) booleanio.smallrye.reactive.messaging.annotations.ConnectorAttribute.Directionbooleanbooleanname()type()
-
Constructor Details
-
ConnectorAttributeLiteral
-
-
Method Details
-
create
public static io.smallrye.reactive.messaging.annotations.ConnectorAttribute create(String name, String description, boolean hidden, boolean mandatory, io.smallrye.reactive.messaging.annotations.ConnectorAttribute.Direction direction, String defaultValue, boolean deprecated, String alias, String type) -
name
-
description
-
mandatory
public boolean mandatory() -
direction
public io.smallrye.reactive.messaging.annotations.ConnectorAttribute.Direction direction() -
defaultValue
-
deprecated
public boolean deprecated() -
alias
-
type
-
annotationType
- Specified by:
annotationTypein interfaceAnnotation
-