Uses of Class
org.mule.runtime.ast.internal.serialization.dto.ExtensionModelDTO
Packages that use ExtensionModelDTO
Package
Description
-
Uses of ExtensionModelDTO in org.mule.runtime.ast.internal.serialization.dto
Methods in org.mule.runtime.ast.internal.serialization.dto that return ExtensionModelDTOConstructors in org.mule.runtime.ast.internal.serialization.dto with parameters of type ExtensionModelDTOModifierConstructorDescriptionComponentAstDTO(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) Constructor parameters in org.mule.runtime.ast.internal.serialization.dto with type arguments of type ExtensionModelDTOModifierConstructorDescriptionArtifactAstDTO(String artifactName, ArtifactType artifactType, Set<ExtensionModelDTO> dependencies, List<ComponentAstDTO> topLevelComponentAsts, ErrorTypeRepositoryDTO errorTypeRepository, Collection<ImportedResourceDTO> importedResources) -
Uses of ExtensionModelDTO in org.mule.runtime.ast.internal.serialization.dto.factory
Methods in org.mule.runtime.ast.internal.serialization.dto.factory that return ExtensionModelDTOModifier and TypeMethodDescriptionExtensionModelDTOFactory.from(org.mule.runtime.api.meta.model.ExtensionModel extensionModel)