public class GolangUtil extends Object
| Constructor and Description |
|---|
GolangUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
formatPropertyName(String value)
Format a String as a property name.
|
static String |
formatTypeName(String value)
Format a String as a type name.
|
static String |
golangMarshalType(PrimitiveType primitiveType)
Map the name of a
PrimitiveType to a Golang marhsalling function name. |
static String |
golangTypeName(PrimitiveType primitiveType)
Map the name of a
PrimitiveType to a Golang primitive type name. |
public static String golangTypeName(PrimitiveType primitiveType)
PrimitiveType to a Golang primitive type name.primitiveType - to map.public static String golangMarshalType(PrimitiveType primitiveType)
PrimitiveType to a Golang marhsalling function name.primitiveType - to map.public static String formatPropertyName(String value)
value - to be formatted.Copyright © 2013-2024 Real Logic Limited. All Rights Reserved.