Uses of Class
org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
Packages that use ComponentParameterAstDTO
Package
Description
-
Uses of ComponentParameterAstDTO in org.mule.runtime.ast.internal.serialization.dto
Methods in org.mule.runtime.ast.internal.serialization.dto with parameters of type ComponentParameterAstDTOModifier and TypeMethodDescriptionOptional<org.mule.runtime.api.meta.model.parameter.ParameterGroupModel>ComponentAstDTO.getParameterGroupModelForSourceModel(ComponentParameterAstDTO componentParameterAstDTO) voidComponentAstDTO.resolveMapEntryComponentModels(ComponentAstDTO mapComponentAstDTO, ComponentParameterAstDTO ownerComponentParameterAst, ExtensionModelHelper extensionModelHelper, ExtensionModelResolver extensionModelResolver, GenerationInformationResolver generationInformationResolver, ParameterModelUtils parameterModelUtils) org.mule.runtime.api.meta.model.parameter.ParameterGroupModelComponentAstDTO.resolveParameterGroupModel(ComponentParameterAstDTO componentParameterAstDTO) Given an ownerComponentAstDTOwith a model and aParameterGroupModelname.org.mule.runtime.api.meta.model.parameter.ParameterModelComponentAstDTO.resolveParameterModel(ComponentParameterAstDTO componentParameterAstDTO) Given an ownerComponentAstDTOwith a model and aParameterModelname.voidComponentAstDTO.resolveSimpleTypeComponentModel(ComponentParameterAstDTO ownerComponentParameterAst, org.mule.metadata.api.model.SimpleType simpleType, ExtensionModelResolver extensionModelResolver, ExtensionModelHelper extensionModelHelper, GenerationInformationResolver generationInformationResolver, ParameterModelUtils parameterModelUtils) Constructor parameters in org.mule.runtime.ast.internal.serialization.dto with type arguments of type ComponentParameterAstDTOModifierConstructorDescriptionComponentAstDTO(List<ComponentAstDTO> directChildren, String componentType, org.mule.runtime.api.component.ComponentIdentifier identifier, org.mule.runtime.api.component.location.ComponentLocation location, ComponentMetadataAstDTO metadata, Collection<ComponentParameterAstDTO> parameters, String componentId, ExtensionModelDTO extensionModel, String modelName, ComponentAstDTOModelType modelType, Map<String, Object> annotations) -
Uses of ComponentParameterAstDTO in org.mule.runtime.ast.internal.serialization.dto.factory
Methods in org.mule.runtime.ast.internal.serialization.dto.factory that return ComponentParameterAstDTOModifier and TypeMethodDescriptionprotected ComponentParameterAstDTOComponentParameterAstDTOFactory.doCreateFrom(ComponentParameterAst componentParameterAst) -
Uses of ComponentParameterAstDTO in org.mule.runtime.ast.internal.serialization.resolver
Methods in org.mule.runtime.ast.internal.serialization.resolver with parameters of type ComponentParameterAstDTOModifier and TypeMethodDescriptionDefaultGenerationInformationResolver.crateComponentGenerationInformationFromParent(ComponentAstDTO componentAstDTO, ComponentParameterAstDTO componentParameterAstDTO) GenerationInformationResolver.crateComponentGenerationInformationFromParent(ComponentAstDTO componentAstDTO, ComponentParameterAstDTO componentParameterAstDTO) NoOpGenerationInformationResolver.crateComponentGenerationInformationFromParent(ComponentAstDTO componentAstDTO, ComponentParameterAstDTO componentParameterAstDTO) DefaultGenerationInformationResolver.resolveComponentAstGenerationInformation(ComponentParameterAstDTO ownerComponentParameterAst, ComponentAstDTO componentAstDTO, ExtensionModelHelper extensionModelHelper) Resolves theComponentGenerationInformationDTOof aComponentAstDTOGenerationInformationResolver.resolveComponentAstGenerationInformation(ComponentParameterAstDTO ownerComponentParameterAst, ComponentAstDTO componentAstDTO, ExtensionModelHelper extensionModelHelper) Resolves theComponentGenerationInformationDTOof aComponentAstDTONoOpGenerationInformationResolver.resolveComponentAstGenerationInformation(ComponentParameterAstDTO ownerComponentParameterAst, ComponentAstDTO componentAstDTO, ExtensionModelHelper extensionModelHelper) Resolves theComponentGenerationInformationDTOof aComponentAstDTODefaultGenerationInformationResolver.resolveComponentParameterAstGenerationInformation(ComponentParameterAstDTO componentParameterAstDTO, ComponentAstDTO ownerComponent, ExtensionModelHelper extensionModelHelper) Resolves theComponentGenerationInformationDTOof aComponentParameterAstDTOGenerationInformationResolver.resolveComponentParameterAstGenerationInformation(ComponentParameterAstDTO componentParameterAstDTO, ComponentAstDTO ownerComponent, ExtensionModelHelper extensionModelHelper) Resolves theComponentGenerationInformationDTOof aComponentParameterAstDTONoOpGenerationInformationResolver.resolveComponentParameterAstGenerationInformation(ComponentParameterAstDTO componentParameterAstDTO, ComponentAstDTO ownerComponent, ExtensionModelHelper extensionModelHelper) Resolves theComponentGenerationInformationDTOof aComponentParameterAstDTODefaultGenerationInformationResolver.resolveRegularComponentParameterAstGenerationInformation(ComponentParameterAstDTO componentParameterAstDTO, ComponentAstDTO ownerComponent, ExtensionModelHelper extensionModelHelper) Resolves theComponentGenerationInformationDTOof aComponentParameterAstDTOGenerationInformationResolver.resolveRegularComponentParameterAstGenerationInformation(ComponentParameterAstDTO componentParameterAstDTO, ComponentAstDTO ownerComponentAstDTO, ExtensionModelHelper extensionModelHelper) NoOpGenerationInformationResolver.resolveRegularComponentParameterAstGenerationInformation(ComponentParameterAstDTO componentParameterAstDTO, ComponentAstDTO ownerComponentAstDTO, ExtensionModelHelper extensionModelHelper) DefaultGenerationInformationResolver.resolveWrappedComponentParameterAstGenerationInformation(ComponentParameterAstDTO componentParameterAstDTO, ComponentAstDTO ownerComponent, ExtensionModelHelper extensionModelHelper) Resolves theComponentGenerationInformationDTOof aComponentParameterAstDTOGenerationInformationResolver.resolveWrappedComponentParameterAstGenerationInformation(ComponentParameterAstDTO componentParameterAstDTO, ComponentAstDTO ownerComponent, ExtensionModelHelper extensionModelHelper) NoOpGenerationInformationResolver.resolveWrappedComponentParameterAstGenerationInformation(ComponentParameterAstDTO componentParameterAstDTO, ComponentAstDTO ownerComponent, ExtensionModelHelper extensionModelHelper) -
Uses of ComponentParameterAstDTO in org.mule.runtime.ast.internal.serialization.visitor
Constructors in org.mule.runtime.ast.internal.serialization.visitor with parameters of type ComponentParameterAstDTOModifierConstructorDescriptionArrayElementMetadataTypeVisitor(ComponentParameterAstDTO componentParameterAstDTO, ComponentAstDTO parentComponentAstDTO, ExtensionModelHelper extensionModelHelper, GenerationInformationResolver generationInformationResolver, ExtensionModelResolver extensionModelResolver, ParameterModelUtils parameterModelUtils) ArrayMetadataVisitor(ComponentParameterAstDTO componentParameterAstDTO, ComponentAstDTO parentComponentAstDTO, ExtensionModelHelper extensionModelHelper, GenerationInformationResolver generationInformationResolver, ExtensionModelResolver extensionModelResolver, ParameterModelUtils parameterModelUtils) UnionTypesVisitor(ComponentParameterAstDTO componentParameterAstDTO, ExtensionModelHelper extensionModelHelper, AtomicBoolean paramProcessed)