Modifier and Type | Method and Description |
---|---|
ServiceModel |
IntermediateModelBuilder.getService() |
ServiceModel |
C2jModels.serviceModel() |
Modifier and Type | Method and Description |
---|---|
C2jModels.Builder |
C2jModels.Builder.serviceModel(ServiceModel serviceModel) |
Constructor and Description |
---|
AddCustomAuthorizers(ServiceModel service,
NamingStrategy namingStrategy) |
ExamplesCustomizer(ServiceModel serviceModel,
CustomizationConfig customizationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
CodegenCustomizationProcessorChain.preprocess(ServiceModel serviceModel) |
void |
CodegenCustomizationProcessor.preprocess(ServiceModel serviceModel)
Apply the customization by directly modifying the service model, before
the intermediate model is built.
|
Modifier and Type | Method and Description |
---|---|
void |
RenameShapesProcessor.preprocess(ServiceModel serviceModel)
Rename shapes for Member, Input, Output, ErrorMap, as well as the key for two maps:
serviceModel.shape() and shapeModifiers
|
void |
RemoveExceptionMessagePropertyProcessor.preprocess(ServiceModel serviceModel) |
void |
MetadataModifiersProcessor.preprocess(ServiceModel serviceModel) |
Modifier and Type | Method and Description |
---|---|
static String |
Utils.getFileNamePrefix(ServiceModel serviceModel)
* @param serviceModel Service model to get prefix for.
|
Constructor and Description |
---|
DefaultNamingStrategy(ServiceModel serviceModel,
CustomizationConfig customizationConfig) |
Modifier and Type | Method and Description |
---|---|
static ServiceModel |
ModelLoaderUtils.loadModel(String modelLocation) |
Copyright © 2019. All rights reserved.