| 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 |
MetadataModifiersProcessor.preprocess(ServiceModel serviceModel) |
void |
SendEmptyNonAutoConstructedListAsEmptyListProcessor.preprocess(ServiceModel serviceModel) |
void |
EmitLegacyEnumSetterProcessor.preprocess(ServiceModel serviceModel) |
void |
RemoveExceptionMessagePropertyProcessor.preprocess(ServiceModel serviceModel) |
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 |
SendEmptyAutoConstructedListAsEmptyListProcessor.preprocess(ServiceModel serviceModel) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Utils.getFileNamePrefix(ServiceModel serviceModel,
CustomizationConfig customizationConfig)
* @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.