Uses of Class
org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
Packages that use ComponentAstDTO
Package
Description
-
Uses of ComponentAstDTO in org.mule.runtime.ast.internal.serialization.dto
Methods in org.mule.runtime.ast.internal.serialization.dto with parameters of type ComponentAstDTOModifier and TypeMethodDescriptionvoidComponentParameterAstDTO.resolveListElementModels(ComponentAstDTO parentComponentAstDTO, ExtensionModelHelper extensionModelHelper, ExtensionModelResolver extensionModelResolver, GenerationInformationResolver generationInformationResolver, ParameterModelUtils parameterModelUtils) voidComponentParameterAstDTO.resolveMapEntryAttribute(org.mule.runtime.api.meta.model.parameter.ParameterModel ownerParameterModel, ComponentGenerationInformation ownerParameterGenerationInformation, ExtensionModelHelper extensionModelHelper, ExtensionModelResolver extensionModelResolver, GenerationInformationResolver generationInformationResolver, ComponentAstDTO componentAstDTO, ParameterModelUtils parameterModelUtils) voidComponentAstDTO.resolveMapEntryComponentModels(ComponentAstDTO mapComponentAstDTO, ComponentParameterAstDTO ownerComponentParameterAst, ExtensionModelHelper extensionModelHelper, ExtensionModelResolver extensionModelResolver, GenerationInformationResolver generationInformationResolver, ParameterModelUtils parameterModelUtils) voidComponentAstDTO.resolveModelComponent(ComponentAstDTO parentComponentAstDTO, ExtensionModelHelper extensionModelHelper, GenerationInformationResolver generationInformationResolver) voidComponentAstDTO.resolveModelsRecursively(ComponentAstDTO parentComponentAstDTO, ExtensionModelHelper extensionModelHelper, ExtensionModelResolver extensionModelResolver, GenerationInformationResolver generationInformationResolver, ParameterModelUtils parameterModelUtils) Given a component, this method will resolve its extension model, its models, its generation information and recursively try to resolve those for its children and parametersConstructor parameters in org.mule.runtime.ast.internal.serialization.dto with type arguments of type ComponentAstDTOModifierConstructorDescriptionArtifactAstDTO(String artifactName, ArtifactType artifactType, Set<ExtensionModelDTO> dependencies, List<ComponentAstDTO> topLevelComponentAsts, ErrorTypeRepositoryDTO errorTypeRepository, Collection<ImportedResourceDTO> importedResources) ComponentAstDTO(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 ComponentAstDTO in org.mule.runtime.ast.internal.serialization.dto.factory
Methods in org.mule.runtime.ast.internal.serialization.dto.factory that return ComponentAstDTO -
Uses of ComponentAstDTO in org.mule.runtime.ast.internal.serialization.resolver
Methods in org.mule.runtime.ast.internal.serialization.resolver with parameters of type ComponentAstDTOModifier 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.resolveGenerationInformationThroughParent(String parameterName, ComponentAstDTO component, org.mule.runtime.api.meta.model.parameter.ParameterModel ownerParameterModel, ComponentGenerationInformation ownerParameterGenerationInformation) GenerationInformationResolver.resolveGenerationInformationThroughParent(String parameterName, ComponentAstDTO component, org.mule.runtime.api.meta.model.parameter.ParameterModel ownerParameterModel, ComponentGenerationInformation ownerParameterGenerationInformation) NoOpGenerationInformationResolver.resolveGenerationInformationThroughParent(String parameterName, ComponentAstDTO component, org.mule.runtime.api.meta.model.parameter.ParameterModel ownerParameterModel, ComponentGenerationInformation ownerParameterGenerationInformation) DefaultGenerationInformationResolver.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 ComponentAstDTO in org.mule.runtime.ast.internal.serialization.visitor
Constructors in org.mule.runtime.ast.internal.serialization.visitor with parameters of type ComponentAstDTOModifierConstructorDescriptionArrayElementMetadataTypeVisitor(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) DTOMetadataTypeVisitor(ComponentAstDTO componentAstDTO, ExtensionModelHelper extensionModelHelper) SetComponentAstDTOTypeMetadataTypeVisitor(ComponentAstDTO componentAstDTO)