Uses of Class
org.mule.runtime.ast.internal.serialization.dto.ImportedResourceDTO
Packages that use ImportedResourceDTO
Package
Description
-
Uses of ImportedResourceDTO in org.mule.runtime.ast.internal.serialization.dto
Method parameters in org.mule.runtime.ast.internal.serialization.dto with type arguments of type ImportedResourceDTOModifier and TypeMethodDescriptionvoidComponentMetadataAstDTO.enrich(Map<String, ImportedResourceDTO> importResourcesByRawLocation) voidComponentAstDTO.enrichWithImportedResources(Map<String, ImportedResourceDTO> importResourcesByRawLocation) Constructor parameters in org.mule.runtime.ast.internal.serialization.dto with type arguments of type ImportedResourceDTOModifierConstructorDescriptionArtifactAstDTO(String artifactName, ArtifactType artifactType, Set<ExtensionModelDTO> dependencies, List<ComponentAstDTO> topLevelComponentAsts, ErrorTypeRepositoryDTO errorTypeRepository, Collection<ImportedResourceDTO> importedResources) -
Uses of ImportedResourceDTO in org.mule.runtime.ast.internal.serialization.dto.factory
Methods in org.mule.runtime.ast.internal.serialization.dto.factory that return ImportedResourceDTOModifier and TypeMethodDescriptionImportedResourceDTOFactory.from(ImportedResource importedResource)