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
-
-
Constructor Summary
Constructors Constructor Description ConnectorAttributeLiteral(String name, String description, boolean hidden, boolean mandatory, io.smallrye.reactive.messaging.annotations.ConnectorAttribute.Direction direction, String defaultValue, boolean deprecated, String alias, String type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringalias()Class<? extends Annotation>annotationType()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)StringdefaultValue()booleandeprecated()Stringdescription()io.smallrye.reactive.messaging.annotations.ConnectorAttribute.Directiondirection()booleanhiddenFromDocumentation()booleanmandatory()Stringname()Stringtype()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
-
-
-
-
Method Detail
-
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
public String name()
-
description
public String description()
-
hiddenFromDocumentation
public boolean hiddenFromDocumentation()
-
mandatory
public boolean mandatory()
-
direction
public io.smallrye.reactive.messaging.annotations.ConnectorAttribute.Direction direction()
-
defaultValue
public String defaultValue()
-
deprecated
public boolean deprecated()
-
alias
public String alias()
-
type
public String type()
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationTypein interfaceAnnotation
-
-