public class ParserUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
IGNORE_ANNOTATION |
static String |
OPERATION_NAME_ANNOTATION |
static String |
PARAMETER_NAME_ANNOTATION |
| Modifier | Constructor and Description |
|---|---|
protected |
ParserUtils() |
public static final String IGNORE_ANNOTATION
public static final String PARAMETER_NAME_ANNOTATION
public static final String OPERATION_NAME_ANNOTATION
public static String removeJavaPackageUnwantedCharacters(String name)
protected static String getCanonicalNameFromFriendlyName(String friendlyName)
protected static boolean hasUriParameter(String uriValue)
public static boolean isReservedJavaWord(String word)
public static boolean isReservedProcessorVariableName(String word)
public static boolean isValidDevKitParameterName(String word)
protected static String getCanonicalOperationName(HTTPMethod method, String path, String friendlyName, String annotatedName)
Copyright © 2022. All rights reserved.