Skip navigation links
A C D E F G H I J L N O P R S T U V 

A

addArtifactAstSerializerMetadataToInputStream(InputStream, ArtifactAstSerializerMetadata) - Method in class org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerMetadataSerializer
This method serializes the ArtifactAstSerializerMetadata into a header string and adds it as a first line to the provided serialized ArtifactAst which should be an InputStream
addErrorType(ComponentIdentifier, ErrorType) - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeRepositoryDTO
 
addInternalErrorType(ComponentIdentifier, ErrorType) - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeRepositoryDTO
 
ArrayMetadataVisitor - Class in org.mule.runtime.ast.internal.serialization.visitor
Implementation of a MetadataVisitor used to visit a component of ArrayType
ArrayMetadataVisitor(MetadataTypeVisitor) - Constructor for class org.mule.runtime.ast.internal.serialization.visitor.ArrayMetadataVisitor
 
ArtifactAstDeserializer - Interface in org.mule.runtime.ast.api.serialization
Defines a component capable of deserializing an InputStream created using an ArtifactAstSerializer into an ArtifactAst.
ArtifactAstDTO - Class in org.mule.runtime.ast.internal.serialization.dto
This class represent an ArtifactAst but in a serializable fashion.
ArtifactAstDTO(String, ArtifactType, Set<ExtensionModelDTO>, List<ComponentAstDTO>, ErrorTypeRepositoryDTO, Collection<ImportedResourceDTO>) - Constructor for class org.mule.runtime.ast.internal.serialization.dto.ArtifactAstDTO
 
ArtifactAstDTOFactory - Class in org.mule.runtime.ast.internal.serialization.dto.factory
 
ArtifactAstDTOFactory(AstDTOFactoryProvider) - Constructor for class org.mule.runtime.ast.internal.serialization.dto.factory.ArtifactAstDTOFactory
 
ArtifactAstSerializer - Interface in org.mule.runtime.ast.api.serialization
Defines a component capable of serializing ArtifactAsts into an InputStream.
ArtifactAstSerializerFactory - Class in org.mule.runtime.ast.internal.serialization
The serializer factory can create a ArtifactAstSerializer or a ArtifactAstDeserializer instance in the available ids/formats
ArtifactAstSerializerFactory() - Constructor for class org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerFactory
 
ArtifactAstSerializerFactory(Executor, boolean) - Constructor for class org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerFactory
 
ArtifactAstSerializerMetadata - Class in org.mule.runtime.ast.internal.serialization
This class represents the information related to the serialization such as format and serializer version
ArtifactAstSerializerMetadata(String, String, Charset) - Constructor for class org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerMetadata
This class represents the information related to the serialization such as format and serializer version
ArtifactAstSerializerMetadataSerializer - Class in org.mule.runtime.ast.internal.serialization
This class deals with the adding/reading into/from an input stream the metadata associated to ArtifactAst serialization.
ArtifactAstSerializerMetadataSerializer() - Constructor for class org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerMetadataSerializer
 
ArtifactAstSerializerProvider - Class in org.mule.runtime.ast.api.serialization
This class provides serializers and deserializers instances for ArtifactAsts.
ArtifactAstSerializerProvider() - Constructor for class org.mule.runtime.ast.api.serialization.ArtifactAstSerializerProvider
 
ArtifactAstSerializerProvider(Executor) - Constructor for class org.mule.runtime.ast.api.serialization.ArtifactAstSerializerProvider
 
AstDTOFactoryProvider - Class in org.mule.runtime.ast.internal.serialization.dto.factory
 
AstDTOFactoryProvider() - Constructor for class org.mule.runtime.ast.internal.serialization.dto.factory.AstDTOFactoryProvider
 

C

ComponentAstDTO - Class in org.mule.runtime.ast.internal.serialization.dto
This is a serializable form of a ComponentAst.
ComponentAstDTO(List<ComponentAstDTO>, String, ComponentIdentifier, ComponentLocation, ComponentMetadataAstDTO, Collection<ComponentParameterAstDTO>, String, ExtensionModelDTO, String, ComponentAstDTOModelType, Map<String, Object>) - Constructor for class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
ComponentAstDTOFactory - Class in org.mule.runtime.ast.internal.serialization.dto.factory
 
ComponentAstDTOFactory(AstDTOFactoryProvider) - Constructor for class org.mule.runtime.ast.internal.serialization.dto.factory.ComponentAstDTOFactory
 
ComponentAstDTOModelType - Enum in org.mule.runtime.ast.internal.serialization.dto
Indicates what kind of model a components represents.
ComponentGenerationInformationDTO - Class in org.mule.runtime.ast.internal.serialization.dto
This is a serializable form of a ComponentGenerationInformation
ComponentGenerationInformationDTO(DslElementSyntax) - Constructor for class org.mule.runtime.ast.internal.serialization.dto.ComponentGenerationInformationDTO
 
ComponentIdentifierJsonDeserializer - Class in org.mule.runtime.ast.internal.serialization.json.gson
This class implements a Gson JsonDeserializer and it can be registered to Gson as a Type Adapter in order to deserialize ComponentIdentifiers
ComponentIdentifierJsonDeserializer() - Constructor for class org.mule.runtime.ast.internal.serialization.json.gson.ComponentIdentifierJsonDeserializer
 
ComponentIdentifierJsonSerializer - Class in org.mule.runtime.ast.internal.serialization.json.gson
This class implements a Gson JsonSerializer and it can be registered to Gson as a Type Adapter in order to serialize ComponentIdentifiers
ComponentIdentifierJsonSerializer() - Constructor for class org.mule.runtime.ast.internal.serialization.json.gson.ComponentIdentifierJsonSerializer
 
ComponentLocationJsonDeserializer - Class in org.mule.runtime.ast.internal.serialization.json.gson
This class implements a Gson JsonDeserializer and it can be registered to Gson as a Type Adapter in order to deserialize ComponentLocations
ComponentLocationJsonDeserializer() - Constructor for class org.mule.runtime.ast.internal.serialization.json.gson.ComponentLocationJsonDeserializer
 
ComponentLocationJsonSerializer - Class in org.mule.runtime.ast.internal.serialization.json.gson
This class implements a Gson JsonSerializer and it can be registered to Gson as a Type Adapter in order to deserialize ComponentLocations
ComponentLocationJsonSerializer() - Constructor for class org.mule.runtime.ast.internal.serialization.json.gson.ComponentLocationJsonSerializer
 
ComponentMetadataAstDTO - Class in org.mule.runtime.ast.internal.serialization.dto
This is a serializable form of a ComponentMetadataAst
ComponentMetadataAstDTO(Map<String, String>, Integer, Integer, String, URI, List<String>, Map<String, Object>, String, Integer, Integer) - Constructor for class org.mule.runtime.ast.internal.serialization.dto.ComponentMetadataAstDTO
 
ComponentMetadataAstDTOFactory - Class in org.mule.runtime.ast.internal.serialization.dto.factory
 
ComponentMetadataAstDTOFactory(AstDTOFactoryProvider) - Constructor for class org.mule.runtime.ast.internal.serialization.dto.factory.ComponentMetadataAstDTOFactory
 
ComponentParameterAstDTO - Class in org.mule.runtime.ast.internal.serialization.dto
This is a serializable form of a ComponentParameterAst.
ComponentParameterAstDTO(ParameterValueContainer, String, boolean, ComponentMetadataAstDTO, String, String) - Constructor for class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
 
ComponentParameterAstDTOFactory - Class in org.mule.runtime.ast.internal.serialization.dto.factory
 
ComponentParameterAstDTOFactory(AstDTOFactoryProvider) - Constructor for class org.mule.runtime.ast.internal.serialization.dto.factory.ComponentParameterAstDTOFactory
 
ComponentTypeJsonSerializer - Class in org.mule.runtime.ast.internal.serialization.json.gson
This class implements a Gson JsonSerializer and it can be registered to Gson as a Type Adapter in order to serialize ComponentLocations
ComponentTypeJsonSerializer() - Constructor for class org.mule.runtime.ast.internal.serialization.json.gson.ComponentTypeJsonSerializer
 
crateComponentGenerationInformationFromParent(ComponentAstDTO, ComponentParameterAstDTO) - Method in class org.mule.runtime.ast.internal.serialization.resolver.DefaultGenerationInformationResolver
 
crateComponentGenerationInformationFromParent(ComponentAstDTO, ComponentParameterAstDTO) - Method in interface org.mule.runtime.ast.internal.serialization.resolver.GenerationInformationResolver
 
crateComponentGenerationInformationFromParent(ComponentAstDTO, ComponentParameterAstDTO) - Method in class org.mule.runtime.ast.internal.serialization.resolver.NoOpGenerationInformationResolver
 
create(Gson, TypeToken<T>) - Method in class org.mule.runtime.ast.internal.serialization.json.gson.PostProcessingEnabler
 

D

DefaultArtifactAstDeserializer - Class in org.mule.runtime.ast.internal.serialization
Default implementation of an ArtifactAstDeserializer.
DefaultArtifactAstDeserializer(boolean) - Constructor for class org.mule.runtime.ast.internal.serialization.DefaultArtifactAstDeserializer
 
DefaultGenerationInformationResolver - Class in org.mule.runtime.ast.internal.serialization.resolver
DefaultGenerationInformationResolver() - Constructor for class org.mule.runtime.ast.internal.serialization.resolver.DefaultGenerationInformationResolver
 
defaultVisit(MetadataType) - Method in class org.mule.runtime.ast.internal.serialization.visitor.SetComponentAstDTOTypeMetadataTypeVisitor
 
DELIMITER - Static variable in class org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerMetadataSerializer
 
dependencies() - Method in class org.mule.runtime.ast.internal.serialization.dto.ArtifactAstDTO
 
deserialize(InputStream, ExtensionModelResolver) - Method in interface org.mule.runtime.ast.api.serialization.ArtifactAstDeserializer
Given an InputStream created by serializing an ArtifactAst with an ArtifactAstSerializer and an ExtensionModelResolver able to provide the required ExtensionModels, this method deserializes the InputStream into an ArtifactAst.
deserialize(InputStream, ExtensionModelResolver, ArtifactAst) - Method in interface org.mule.runtime.ast.api.serialization.ArtifactAstDeserializer
Given an InputStream created by serializing an ArtifactAst with an ArtifactAstSerializer and an ExtensionModelResolver able to provide the required ExtensionModels, this method deserializes the InputStream into an ArtifactAst.
deserialize(InputStream, ExtensionModelResolver) - Method in class org.mule.runtime.ast.internal.serialization.DefaultArtifactAstDeserializer
Given an InputStream created by serializing an ArtifactAst with an ArtifactAstSerializer and the associated ExtensionModels, this method deserializes it.
deserialize(InputStream, ExtensionModelResolver, ArtifactAst) - Method in class org.mule.runtime.ast.internal.serialization.DefaultArtifactAstDeserializer
Given an InputStream created by serializing an ArtifactAst with an ArtifactAstSerializer and the associated ExtensionModels, this method deserializes it.
deserialize(InputStream, ExtensionModelResolver) - Method in interface org.mule.runtime.ast.internal.serialization.InternalArtifactAstDeserializer
Given an InputStream created by serializing an ArtifactAst with an ArtifactAstSerializer and the associated extension models, this method deserializes it leveraging the ArtifactAstDeserializerProviders available.
deserialize(InputStream, ExtensionModelResolver, ArtifactAst) - Method in interface org.mule.runtime.ast.internal.serialization.InternalArtifactAstDeserializer
Given an InputStream created by serializing an ArtifactAst with an ArtifactAstSerializer and the associated extension models, this method deserializes it leveraging the ArtifactAstDeserializerProviders available.
deserialize(InputStream, String, Charset, ExtensionModelResolver, ArtifactAst) - Method in interface org.mule.runtime.ast.internal.serialization.InternalArtifactAstDeserializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class org.mule.runtime.ast.internal.serialization.json.gson.ComponentIdentifierJsonDeserializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class org.mule.runtime.ast.internal.serialization.json.gson.ComponentLocationJsonDeserializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class org.mule.runtime.ast.internal.serialization.json.gson.ErrorTypeJsonDeserializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class org.mule.runtime.ast.internal.serialization.json.gson.ParserAttributesJsonTypeAdapter
 
deserialize(InputStream, String, Charset, ExtensionModelResolver, ArtifactAst) - Method in class org.mule.runtime.ast.internal.serialization.json.JsonArtifactAstDeserializer
This method takes an input stream of a serialized ArtifactAst with no metadata header and deserializes and enriches it.
directChildren() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
doLookupErrorType(Map<ComponentIdentifier, ErrorType>, ComponentIdentifier) - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeRepositoryDTO
 
DTOMetadataTypeVisitor - Class in org.mule.runtime.ast.internal.serialization.visitor
Resolves models when encountering an ObjectType
DTOMetadataTypeVisitor(ComponentAstDTO, ExtensionModelHelper) - Constructor for class org.mule.runtime.ast.internal.serialization.visitor.DTOMetadataTypeVisitor
 

E

END_HEADER_DELIMITER - Static variable in class org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerMetadataSerializer
 
enrich(ExtensionModelResolver, GenerationInformationResolver) - Method in class org.mule.runtime.ast.internal.serialization.dto.ArtifactAstDTO
An ArtifactAstDTO is a serialized version of an ArtifactAst.
enrich(Map<String, ImportedResourceDTO>) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentMetadataAstDTO
 
enrich() - Method in class org.mule.runtime.ast.internal.serialization.dto.ImportedResourceDTO
 
enrichWithImportedResources(Map<String, ImportedResourceDTO>) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
equals(Object) - Method in class org.mule.runtime.ast.internal.serialization.dto.ExtensionModelDTO
 
ErrorTypeHierarchyItemDTO - Class in org.mule.runtime.ast.internal.serialization.dto
Represents a node in the tree structure that represents the hierarchy of ErrorTypes.
ErrorTypeHierarchyItemDTO(String, String, boolean, List<ErrorTypeHierarchyItemDTO>) - Constructor for class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeHierarchyItemDTO
 
ErrorTypeJsonDeserializer - Class in org.mule.runtime.ast.internal.serialization.json.gson
This class implements a Gson JsonDeserializer and it can be registered to Gson as a Type Adapter in order to deserialize ErrorTypes
ErrorTypeJsonDeserializer() - Constructor for class org.mule.runtime.ast.internal.serialization.json.gson.ErrorTypeJsonDeserializer
 
ErrorTypeRepositoryDTO - Class in org.mule.runtime.ast.internal.serialization.dto
This is a serializable version of an ErrorTypeRepository.
ErrorTypeRepositoryDTO(ErrorType, ErrorType, ErrorType, ErrorType, Set<ErrorType>, Set<ErrorType>) - Constructor for class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeRepositoryDTO
 
ErrorTypeRepositoryDTOFactory - Class in org.mule.runtime.ast.internal.serialization.dto.factory
 
ErrorTypeRepositoryDTOFactory() - Constructor for class org.mule.runtime.ast.internal.serialization.dto.factory.ErrorTypeRepositoryDTOFactory
 
ExtensionModelDTO - Class in org.mule.runtime.ast.internal.serialization.dto
This is a serializable bit of information related to a DTO.
ExtensionModelDTO(String) - Constructor for class org.mule.runtime.ast.internal.serialization.dto.ExtensionModelDTO
 
ExtensionModelDTOFactory - Class in org.mule.runtime.ast.internal.serialization.dto.factory
 
ExtensionModelDTOFactory() - Constructor for class org.mule.runtime.ast.internal.serialization.dto.factory.ExtensionModelDTOFactory
 
ExtensionModelResolver - Interface in org.mule.runtime.ast.api.serialization
Implementations define the way that ExtensionModels must be resolved when deserializing.
extractExpression(String) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
Parse the given value and remove expression markers if it is considered as an expression.

F

from(ArtifactAst) - Method in class org.mule.runtime.ast.internal.serialization.dto.factory.ArtifactAstDTOFactory
 
from(ComponentAst) - Method in class org.mule.runtime.ast.internal.serialization.dto.factory.ComponentAstDTOFactory
 
from(ComponentMetadataAst) - Method in class org.mule.runtime.ast.internal.serialization.dto.factory.ComponentMetadataAstDTOFactory
 
from(ComponentParameterAst) - Method in class org.mule.runtime.ast.internal.serialization.dto.factory.ComponentParameterAstDTOFactory
 
from(ErrorTypeRepository) - Method in class org.mule.runtime.ast.internal.serialization.dto.factory.ErrorTypeRepositoryDTOFactory
 
from(ExtensionModel) - Method in class org.mule.runtime.ast.internal.serialization.dto.factory.ExtensionModelDTOFactory
 
from(ImportedResource) - Method in class org.mule.runtime.ast.internal.serialization.dto.factory.ImportedResourceDTOFactory
 

G

GenerationInformationResolver - Interface in org.mule.runtime.ast.internal.serialization.resolver
get() - Method in class org.mule.runtime.ast.internal.serialization.dto.ParserAttributesDTO
 
getAnnotations() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
getAnyErrorType() - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeRepositoryDTO
 
getArtifactAstDTOFactory() - Method in class org.mule.runtime.ast.internal.serialization.dto.factory.AstDTOFactoryProvider
 
getArtifactName() - Method in class org.mule.runtime.ast.internal.serialization.dto.ArtifactAstDTO
 
getArtifactType() - Method in class org.mule.runtime.ast.internal.serialization.dto.ArtifactAstDTO
 
getCharset() - Method in class org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerMetadata
The charset the input stream is encoded in
getChildren() - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeHierarchyItemDTO
 
getComponentAstDTOFactory() - Method in class org.mule.runtime.ast.internal.serialization.dto.factory.AstDTOFactoryProvider
 
getComponentId() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
getComponentMetadataAstDTOFactory() - Method in class org.mule.runtime.ast.internal.serialization.dto.factory.AstDTOFactoryProvider
 
getComponentParameterAstDTOFactory() - Method in class org.mule.runtime.ast.internal.serialization.dto.factory.AstDTOFactoryProvider
 
getComponentType() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
getContainedValue() - Method in class org.mule.runtime.ast.internal.serialization.dto.ParameterValueContainer
 
getCriticalErrorType() - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeRepositoryDTO
 
getDeserializer() - Method in class org.mule.runtime.ast.api.serialization.ArtifactAstSerializerProvider
This method returns an ArtifactAstDeserializer able to handle all formats known by the ArtifactAstSerializerFactory.
getDeserializer(boolean) - Method in class org.mule.runtime.ast.api.serialization.ArtifactAstSerializerProvider
This method returns an ArtifactAstDeserializer able to handle all formats known by the ArtifactAstSerializerFactory.
getDeserializer(String, String) - Method in class org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerFactory
This method creates a new instance o an ArtifactAstDeserializer matching the format and serializerVersion parameters
getDocAttributes() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentMetadataAstDTO
 
getEndColumn() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentMetadataAstDTO
 
getEndLine() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentMetadataAstDTO
 
getErrorNamespaces() - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeRepositoryDTO
 
getErrorRepositoryDTOFactory() - Method in class org.mule.runtime.ast.internal.serialization.dto.factory.AstDTOFactoryProvider
 
getErrorType(ComponentIdentifier) - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeRepositoryDTO
 
getErrorTypeRepository() - Method in class org.mule.runtime.ast.internal.serialization.dto.ArtifactAstDTO
 
getErrorTypes() - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeRepositoryDTO
 
getExecutor() - Method in class org.mule.runtime.ast.internal.serialization.json.JsonArtifactAstSerializer
 
getExpression() - Method in class org.mule.runtime.ast.internal.serialization.dto.ParameterValueContainer
 
getExtensionModel() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
getExtensionModelDTO() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
getExtensionModelDTOFactory() - Method in class org.mule.runtime.ast.internal.serialization.dto.factory.AstDTOFactoryProvider
 
getFileName() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentMetadataAstDTO
 
getFileUri() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentMetadataAstDTO
 
getFixedValue() - Method in class org.mule.runtime.ast.internal.serialization.dto.ParameterValueContainer
 
getGenerationInformation() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
getGenerationInformation() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
 
getGroupModel() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
 
getGroupModelName() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
 
getHierarchy() - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeRepositoryDTO
 
getIdentifier() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
getIdentifier() - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeHierarchyItemDTO
Identifier of the error.
getImportChain() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentMetadataAstDTO
 
getImportedResourceDTOFactory() - Method in class org.mule.runtime.ast.internal.serialization.dto.factory.AstDTOFactoryProvider
 
getImportedResources() - Method in class org.mule.runtime.ast.internal.serialization.dto.ArtifactAstDTO
 
getInternalErrorTypes() - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeRepositoryDTO
 
getLatestVersion() - Method in interface org.mule.runtime.ast.internal.serialization.InternalArtifactAstDeserializer
 
getLatestVersion() - Method in class org.mule.runtime.ast.internal.serialization.json.JsonArtifactAstDeserializer
 
getLocation() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
getMetadata() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
getMetadata() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
 
getMetadata() - Method in class org.mule.runtime.ast.internal.serialization.dto.ImportedResourceDTO
 
getModel(Class<M>) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
getModel() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
 
getModelName() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
getModelName() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
 
getModelType() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
getName() - Method in class org.mule.runtime.ast.internal.serialization.dto.ExtensionModelDTO
 
getNamespace() - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeHierarchyItemDTO
The namespace of the module where the error is defined.
getParameterGroupModelForSourceModel(ComponentParameterAstDTO) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
getParameters() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
getParent() - Method in class org.mule.runtime.ast.internal.serialization.dto.ArtifactAstDTO
 
getParserAttributes() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentMetadataAstDTO
 
getPropertiesResolver() - Method in class org.mule.runtime.ast.internal.serialization.dto.ArtifactAstDTO
 
getPropertiesResolver() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
getPropertiesResolver() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
 
getRawResourceLocation() - Method in class org.mule.runtime.ast.internal.serialization.dto.ImportedResourceDTO
 
getRawValue() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
 
getResolutionFailure() - Method in class org.mule.runtime.ast.internal.serialization.dto.ImportedResourceDTO
 
getResolvedRawValue() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
 
getResourceLocation() - Method in class org.mule.runtime.ast.internal.serialization.dto.ImportedResourceDTO
 
getSerializer(String, String) - Method in class org.mule.runtime.ast.api.serialization.ArtifactAstSerializerProvider
This method returns a serializer for a given desired output format.
getSerializer(String, String) - Method in class org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerFactory
This method creates a new instance of an ArtifactAstSerializer matching the format parameter
getSerializerId() - Method in class org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerMetadata
The serializer id is the format of the serialization
getSerializerVersion() - Method in class org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerMetadata
The serializer version represents the version of the implementation of a given serializer
getSourceCode() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentMetadataAstDTO
 
getSourceErrorType() - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeRepositoryDTO
 
getSourceResponseErrorType() - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeRepositoryDTO
 
getStartColumn() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentMetadataAstDTO
 
getStartLine() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentMetadataAstDTO
 
getSubTypeByName() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
getSyntax() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentGenerationInformationDTO
 
getType() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
getValue() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
 
getValue() - Method in class org.mule.runtime.ast.internal.serialization.dto.ParameterValueContainer
 
getValueOrResolutionError() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
 

H

hashCode() - Method in class org.mule.runtime.ast.internal.serialization.dto.ExtensionModelDTO
 

I

ImportedResourceDTO - Class in org.mule.runtime.ast.internal.serialization.dto
This is a serializable version of an ImportedResource.
ImportedResourceDTO(String, ComponentMetadataAstDTO, String) - Constructor for class org.mule.runtime.ast.internal.serialization.dto.ImportedResourceDTO
 
ImportedResourceDTOFactory - Class in org.mule.runtime.ast.internal.serialization.dto.factory
 
ImportedResourceDTOFactory(AstDTOFactoryProvider) - Constructor for class org.mule.runtime.ast.internal.serialization.dto.factory.ImportedResourceDTOFactory
 
initErrorTypesCollections() - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeRepositoryDTO
 
initializeErrorTypeSet(boolean) - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeRepositoryDTO
 
initializeErrorTypeSetForChildrenRecursively(ErrorType, List<ErrorTypeHierarchyItemDTO>, Map<ComponentIdentifier, ErrorType>, boolean) - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeRepositoryDTO
 
InternalArtifactAstDeserializer - Interface in org.mule.runtime.ast.internal.serialization
Defines a component capable of serializing ArtifactAsts into/from an InputStream.
isDefaultValue() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
 
isExpression() - Method in class org.mule.runtime.ast.internal.serialization.dto.ParameterValueContainer
 
isFixedValue() - Method in class org.mule.runtime.ast.internal.serialization.dto.ParameterValueContainer
 
isInternal() - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeHierarchyItemDTO
 
isValueAComponentAstDTO() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
 
isValueAListOfComponentAstDTOs() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
A value in a parameter is represented with an Either and it can be a left or a right value of it.

J

JSON - Static variable in class org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerFactory
 
JsonArtifactAstDeserializer - Class in org.mule.runtime.ast.internal.serialization.json
Json implementation of an InternalArtifactAstDeserializer.
JsonArtifactAstDeserializer(GsonBuilder, boolean) - Constructor for class org.mule.runtime.ast.internal.serialization.json.JsonArtifactAstDeserializer
This constructor allows a GsonBuilder parameter.
JsonArtifactAstSerializer - Class in org.mule.runtime.ast.internal.serialization.json
This is an implementation of an ArtifactAstSerializer that uses Gson to generate a Json String as the body of the serialized representation
JsonArtifactAstSerializer(Executor) - Constructor for class org.mule.runtime.ast.internal.serialization.json.JsonArtifactAstSerializer
This is the constructor recommended for production

L

loadClassByName(String, ExtensionModel, ClassLoader) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
loadClassFromClassLoader(String, ClassLoader) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
lookupErrorType(ComponentIdentifier) - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeRepositoryDTO
 

N

nonRootErrorTypesStream(Set<ErrorType>, Set<ErrorType>) - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeRepositoryDTO
 
NoOpGenerationInformationResolver - Class in org.mule.runtime.ast.internal.serialization.resolver
NoOpGenerationInformationResolver() - Constructor for class org.mule.runtime.ast.internal.serialization.resolver.NoOpGenerationInformationResolver
 

O

org.mule.runtime.ast.api.serialization - package org.mule.runtime.ast.api.serialization
 
org.mule.runtime.ast.internal.serialization - package org.mule.runtime.ast.internal.serialization
 
org.mule.runtime.ast.internal.serialization.dto - package org.mule.runtime.ast.internal.serialization.dto
 
org.mule.runtime.ast.internal.serialization.dto.factory - package org.mule.runtime.ast.internal.serialization.dto.factory
 
org.mule.runtime.ast.internal.serialization.json - package org.mule.runtime.ast.internal.serialization.json
 
org.mule.runtime.ast.internal.serialization.json.gson - package org.mule.runtime.ast.internal.serialization.json.gson
 
org.mule.runtime.ast.internal.serialization.resolver - package org.mule.runtime.ast.internal.serialization.resolver
 
org.mule.runtime.ast.internal.serialization.visitor - package org.mule.runtime.ast.internal.serialization.visitor
 

P

ParameterValueContainer - Class in org.mule.runtime.ast.internal.serialization.dto
 
ParameterValueContainer(String, Object) - Constructor for class org.mule.runtime.ast.internal.serialization.dto.ParameterValueContainer
 
ParameterValueContainerFactory - Class in org.mule.runtime.ast.internal.serialization.dto.factory
 
ParameterValueContainerFactory(AstDTOFactoryProvider) - Constructor for class org.mule.runtime.ast.internal.serialization.dto.factory.ParameterValueContainerFactory
 
ParserAttributesDTO - Class in org.mule.runtime.ast.internal.serialization.dto
Wrapper over parser attributes for customizable serialization/deserialization.
ParserAttributesDTO(Map<String, Object>) - Constructor for class org.mule.runtime.ast.internal.serialization.dto.ParserAttributesDTO
 
ParserAttributesJsonTypeAdapter - Class in org.mule.runtime.ast.internal.serialization.json.gson
Type adapter for ParserAttributesDTO instances.
ParserAttributesJsonTypeAdapter() - Constructor for class org.mule.runtime.ast.internal.serialization.json.gson.ParserAttributesJsonTypeAdapter
 
postProcess() - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeRepositoryDTO
 
postProcess() - Method in interface org.mule.runtime.ast.internal.serialization.json.gson.PostProcessingEnabler.PostProcessable
 
PostProcessingEnabler - Class in org.mule.runtime.ast.internal.serialization.json.gson
 
PostProcessingEnabler() - Constructor for class org.mule.runtime.ast.internal.serialization.json.gson.PostProcessingEnabler
 
PostProcessingEnabler.PostProcessable - Interface in org.mule.runtime.ast.internal.serialization.json.gson
 

R

readArtifactAstSerializerMetadataFromInputStream(InputStream) - Method in class org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerMetadataSerializer
This method reads the metadata from an InputStream by reading the first line which should be a header string in a serialized ArtifactAst).
resolve(String) - Method in interface org.mule.runtime.ast.api.serialization.ExtensionModelResolver
Given an ExtensionModel name, this method returns an instance
resolveComponentAstGenerationInformation(ComponentParameterAstDTO, ComponentAstDTO, ExtensionModelHelper) - Method in class org.mule.runtime.ast.internal.serialization.resolver.DefaultGenerationInformationResolver
resolveComponentAstGenerationInformation(ComponentParameterAstDTO, ComponentAstDTO, ExtensionModelHelper) - Method in interface org.mule.runtime.ast.internal.serialization.resolver.GenerationInformationResolver
resolveComponentAstGenerationInformation(ComponentParameterAstDTO, ComponentAstDTO, ExtensionModelHelper) - Method in class org.mule.runtime.ast.internal.serialization.resolver.NoOpGenerationInformationResolver
resolveComponentParameterAstGenerationInformation(ComponentParameterAstDTO, ComponentAstDTO, ExtensionModelHelper) - Method in class org.mule.runtime.ast.internal.serialization.resolver.DefaultGenerationInformationResolver
resolveComponentParameterAstGenerationInformation(ComponentParameterAstDTO, ComponentAstDTO, ExtensionModelHelper) - Method in interface org.mule.runtime.ast.internal.serialization.resolver.GenerationInformationResolver
resolveComponentParameterAstGenerationInformation(ComponentParameterAstDTO, ComponentAstDTO, ExtensionModelHelper) - Method in class org.mule.runtime.ast.internal.serialization.resolver.NoOpGenerationInformationResolver
resolveGenerationInformationThroughParent(String, ComponentAstDTO, ParameterModel, DslElementSyntax) - Method in class org.mule.runtime.ast.internal.serialization.resolver.DefaultGenerationInformationResolver
 
resolveGenerationInformationThroughParent(String, ComponentAstDTO, ParameterModel, DslElementSyntax) - Method in interface org.mule.runtime.ast.internal.serialization.resolver.GenerationInformationResolver
 
resolveGenerationInformationThroughParent(String, ComponentAstDTO, ParameterModel, DslElementSyntax) - Method in class org.mule.runtime.ast.internal.serialization.resolver.NoOpGenerationInformationResolver
 
resolveListElementModels(ExtensionModelHelper, ExtensionModelResolver, GenerationInformationResolver) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
 
resolveMapEntryComponentModels(ComponentAstDTO, ComponentParameterAstDTO, ExtensionModelHelper, ExtensionModelResolver, GenerationInformationResolver) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
resolveModelComponent(ComponentAstDTO, ExtensionModelHelper, GenerationInformationResolver) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
resolveModelsRecursively(ComponentAstDTO, ExtensionModelHelper, ExtensionModelResolver, GenerationInformationResolver) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
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 parameters
resolveParameterGroupModel(ComponentParameterAstDTO) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
Given an owner ComponentAstDTO with a model and a ParameterGroupModel name.
resolveParameterModel(ComponentParameterAstDTO) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
Given an owner ComponentAstDTO with a model and a ParameterModel name.
resolveParameterModelFromOwnerMetadataTypeModelAdapter(MetadataTypeModelAdapter) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
 
resolveRegularComponentParameterAstGenerationInformation(ComponentParameterAstDTO, ComponentAstDTO, ExtensionModelHelper) - Method in class org.mule.runtime.ast.internal.serialization.resolver.DefaultGenerationInformationResolver
resolveRegularComponentParameterAstGenerationInformation(ComponentParameterAstDTO, ComponentAstDTO, ExtensionModelHelper) - Method in interface org.mule.runtime.ast.internal.serialization.resolver.GenerationInformationResolver
 
resolveRegularComponentParameterAstGenerationInformation(ComponentParameterAstDTO, ComponentAstDTO, ExtensionModelHelper) - Method in class org.mule.runtime.ast.internal.serialization.resolver.NoOpGenerationInformationResolver
 
resolveSimpleTypeComponentModel(ComponentParameterAstDTO, SimpleType, ExtensionModelResolver, ExtensionModelHelper, GenerationInformationResolver) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
resolveType(ExtensionModelHelper, ClassLoader) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
resolveWrappedComponentParameterAstGenerationInformation(ComponentParameterAstDTO, ComponentAstDTO, ExtensionModelHelper) - Method in class org.mule.runtime.ast.internal.serialization.resolver.DefaultGenerationInformationResolver
resolveWrappedComponentParameterAstGenerationInformation(ComponentParameterAstDTO, ComponentAstDTO, ExtensionModelHelper) - Method in interface org.mule.runtime.ast.internal.serialization.resolver.GenerationInformationResolver
 
resolveWrappedComponentParameterAstGenerationInformation(ComponentParameterAstDTO, ComponentAstDTO, ExtensionModelHelper) - Method in class org.mule.runtime.ast.internal.serialization.resolver.NoOpGenerationInformationResolver
 
rootErrorTypesStream(Set<ErrorType>, Set<ErrorType>) - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeRepositoryDTO
 

S

serialize(ArtifactAst) - Method in interface org.mule.runtime.ast.api.serialization.ArtifactAstSerializer
Serializes an ArtifactAst into an InputStream adding string metadata in the first line followed by the serialized content.
serialize(ComponentIdentifier, Type, JsonSerializationContext) - Method in class org.mule.runtime.ast.internal.serialization.json.gson.ComponentIdentifierJsonSerializer
 
serialize(ComponentLocation, Type, JsonSerializationContext) - Method in class org.mule.runtime.ast.internal.serialization.json.gson.ComponentLocationJsonSerializer
 
serialize(TypedComponentIdentifier.ComponentType, Type, JsonSerializationContext) - Method in class org.mule.runtime.ast.internal.serialization.json.gson.ComponentTypeJsonSerializer
 
serialize(ParserAttributesDTO, Type, JsonSerializationContext) - Method in class org.mule.runtime.ast.internal.serialization.json.gson.ParserAttributesJsonTypeAdapter
 
serialize(TypedComponentIdentifier, Type, JsonSerializationContext) - Method in class org.mule.runtime.ast.internal.serialization.json.gson.TypedComponentIdentifierJsonSerializer
 
serialize(ArtifactAst) - Method in class org.mule.runtime.ast.internal.serialization.json.JsonArtifactAstSerializer
 
serializeLocationPart(Type, JsonSerializationContext, LocationPart) - Method in class org.mule.runtime.ast.internal.serialization.json.gson.ComponentLocationJsonSerializer
 
SERIALIZER_VERSION - Static variable in class org.mule.runtime.ast.internal.serialization.json.JsonArtifactAstSerializer
 
SetComponentAstDTOTypeMetadataTypeVisitor - Class in org.mule.runtime.ast.internal.serialization.visitor
 
SetComponentAstDTOTypeMetadataTypeVisitor(ComponentAstDTO) - Constructor for class org.mule.runtime.ast.internal.serialization.visitor.SetComponentAstDTOTypeMetadataTypeVisitor
 
setComponentModel(ComponentModel) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
setConfigurationModel(ConfigurationModel) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
setConnectionProviderModel(ConnectionProviderModel) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
setExtensionModel(ExtensionModel) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
setGenerationInformation(ComponentGenerationInformationDTO) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
setGenerationInformation(ComponentGenerationInformationDTO) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
 
setModel(ParameterModel, ParameterGroupModel) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
 
setParameterizedModel(ParameterizedModel) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
setParent(ArtifactAst) - Method in class org.mule.runtime.ast.internal.serialization.dto.ArtifactAstDTO
 
setPropertiesResolver(PropertiesResolver) - Method in class org.mule.runtime.ast.internal.serialization.dto.ArtifactAstDTO
Setting a PropertiesResolver to this DTO will cascade down all child components in order to eventually impact all parameters.
setPropertiesResolver(PropertiesResolver) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
setPropertiesResolver(PropertiesResolver) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentMetadataAstDTO
 
setPropertiesResolver(PropertiesResolver) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
Setting a properties resolver should not only impact this instance.
setPropertiesResolver(PropertiesResolver) - Method in class org.mule.runtime.ast.internal.serialization.dto.ImportedResourceDTO
 
setType(MetadataType) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
 
SimpleTypeComponentMetadataTypeVisitor - Class in org.mule.runtime.ast.internal.serialization.visitor
Visits SimpleTypes and uses them to resolve the models of a list of ComponentAstDTOs
SimpleTypeComponentMetadataTypeVisitor(ComponentParameterAstDTO, ExtensionModelHelper, GenerationInformationResolver, ExtensionModelResolver) - Constructor for class org.mule.runtime.ast.internal.serialization.visitor.SimpleTypeComponentMetadataTypeVisitor
 

T

toErrorType(ErrorType) - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeHierarchyItemDTO
Creates an ErrorType for the information in this object with the provided parent.
topLevelComponents() - Method in class org.mule.runtime.ast.internal.serialization.dto.ArtifactAstDTO
 
toString() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
 
toString() - Method in class org.mule.runtime.ast.internal.serialization.dto.ExtensionModelDTO
 
toString() - Method in class org.mule.runtime.ast.internal.serialization.dto.ParameterValueContainer
 
TypedComponentIdentifierJsonSerializer - Class in org.mule.runtime.ast.internal.serialization.json.gson
This class implements a Gson JsonSerializer and it can be registered to Gson as a Type Adapter in order to serialize TypedComponentIdentifiers
TypedComponentIdentifierJsonSerializer() - Constructor for class org.mule.runtime.ast.internal.serialization.json.gson.TypedComponentIdentifierJsonSerializer
 

U

UnionTypesVisitor - Class in org.mule.runtime.ast.internal.serialization.visitor
 
UnionTypesVisitor(ComponentParameterAstDTO, ExtensionModelHelper, AtomicBoolean) - Constructor for class org.mule.runtime.ast.internal.serialization.visitor.UnionTypesVisitor
 
updatePropertiesResolver(UnaryOperator<String>) - Method in class org.mule.runtime.ast.internal.serialization.dto.ArtifactAstDTO
 
updatePropertiesResolver(UnaryOperator<String>) - Method in class org.mule.runtime.ast.internal.serialization.dto.ImportedResourceDTO
 

V

V_1_0 - Static variable in class org.mule.runtime.ast.internal.serialization.json.JsonArtifactAstDeserializer
 
valueOf(String) - Static method in enum org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTOModelType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTOModelType
Returns an array containing the constants of this enum type, in the order they are declared.
visitArrayType(ArrayType) - Method in class org.mule.runtime.ast.internal.serialization.visitor.ArrayMetadataVisitor
visitObject(ObjectType) - Method in class org.mule.runtime.ast.internal.serialization.visitor.ArrayMetadataVisitor
visitObject(ObjectType) - Method in class org.mule.runtime.ast.internal.serialization.visitor.DTOMetadataTypeVisitor
 
visitObjectField(ObjectFieldType) - Method in class org.mule.runtime.ast.internal.serialization.visitor.DTOMetadataTypeVisitor
 
visitSimpleType(SimpleType) - Method in class org.mule.runtime.ast.internal.serialization.visitor.SimpleTypeComponentMetadataTypeVisitor
 
visitUnion(UnionType) - Method in class org.mule.runtime.ast.internal.serialization.visitor.DTOMetadataTypeVisitor
 
visitUnion(UnionType) - Method in class org.mule.runtime.ast.internal.serialization.visitor.SetComponentAstDTOTypeMetadataTypeVisitor
 
visitUnion(UnionType) - Method in class org.mule.runtime.ast.internal.serialization.visitor.UnionTypesVisitor
 
A C D E F G H I J L N O P R S T U V 
Skip navigation links

Copyright © 2022 MuleSoft, Inc.. All rights reserved.