public interface NamingStrategy
| Modifier and Type | Method and Description |
|---|---|
String |
getEnumValueName(String enumValue) |
String |
getExceptionName(String errorShapeName) |
String |
getJavaClassName(String shapeName) |
String |
getRequestClassName(String operationName) |
String |
getResponseClassName(String operationName) |
String |
getVariableName(String name) |
String getExceptionName(String errorShapeName)
errorShapeName - Name of error shape to derive exception class name from.String getRequestClassName(String operationName)
operationName - Name of operation used to derive request class name.String getResponseClassName(String operationName)
operationName - Name of operation used to derive response class name.String getVariableName(String name)
name - Some contextual name to derive variable name from (i.e. member name, java class
name, etc).String getEnumValueName(String enumValue)
enumValue - Enum value as defined in the service model used to derive the java name.Copyright © 2016. All rights reserved.