Class ClassWriter
- java.lang.Object
-
- io.smallrye.reactive.messaging.connector.ClassWriter
-
public class ClassWriter extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static String
getGetterBody(ConnectorAttribute attribute, String connector)
protected static String
getGetterSignatureLine(ConnectorAttribute attribute)
protected static String
getMethodName(ConnectorAttribute attribute)
protected static boolean
hasAlias(ConnectorAttribute attribute)
protected static boolean
hasDefaultValue(ConnectorAttribute attribute)
-
-
-
Field Detail
-
LOGGER
protected static final Logger LOGGER
-
-
Method Detail
-
hasAlias
protected static boolean hasAlias(ConnectorAttribute attribute)
-
hasDefaultValue
protected static boolean hasDefaultValue(ConnectorAttribute attribute)
-
getGetterSignatureLine
protected static String getGetterSignatureLine(ConnectorAttribute attribute)
-
getGetterBody
protected static String getGetterBody(ConnectorAttribute attribute, String connector)
-
getMethodName
protected static String getMethodName(ConnectorAttribute attribute)
-
-