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 StringgetGetterBody(ConnectorAttribute attribute, String connector)protected static StringgetGetterSignatureLine(ConnectorAttribute attribute)protected static StringgetMethodName(ConnectorAttribute attribute)protected static booleanhasAlias(ConnectorAttribute attribute)protected static booleanhasDefaultValue(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)
-
-