Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractDTOFactory<Type,
DTOType> - Class in org.mule.runtime.ast.internal.serialization.dto.factory -
An abstract factory for DTOs which allows for centralizing some common logic.
- AbstractDTOFactory(ArtifactAstSerializerMetadata) - Constructor for class org.mule.runtime.ast.internal.serialization.dto.factory.AbstractDTOFactory
- addArtifactAstSerializerMetadataToInputStream(InputStream, ArtifactAstSerializerMetadata) - Method in class org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerMetadataSerializer
-
This method serializes the
ArtifactAstSerializerMetadatainto a header string and adds it as a first line to the provided serializedArtifactAstwhich should be anInputStream - 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
- ArrayElementMetadataTypeVisitor - Class in org.mule.runtime.ast.internal.serialization.visitor
-
Visits SimpleTypes and uses them to resolve the models of a list of
ComponentAstDTOs - ArrayElementMetadataTypeVisitor(ComponentParameterAstDTO, ComponentAstDTO, ExtensionModelHelper, GenerationInformationResolver, ExtensionModelResolver, ParameterModelUtils) - Constructor for class org.mule.runtime.ast.internal.serialization.visitor.ArrayElementMetadataTypeVisitor
- ArrayMetadataVisitor - Class in org.mule.runtime.ast.internal.serialization.visitor
-
Implementation of a MetadataVisitor used to visit a component of
ArrayType - ArrayMetadataVisitor(ComponentParameterAstDTO, ComponentAstDTO, ExtensionModelHelper, GenerationInformationResolver, ExtensionModelResolver, ParameterModelUtils) - 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
InputStreamcreated using anArtifactAstSerializerinto anArtifactAst. - ArtifactAstDTO - Class in org.mule.runtime.ast.internal.serialization.dto
-
This class represent an
ArtifactAstbut 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 anInputStream. - ArtifactAstSerializerFactory - Class in org.mule.runtime.ast.internal.serialization
-
The serializer factory can create a
ArtifactAstSerializeror aArtifactAstDeserializerinstance 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
- ArtifactAstSerializerFormat - Interface in org.mule.runtime.ast.internal.serialization
-
Represents a serialization/deserialization format for an
ArtifactAst. - 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
- ArtifactAstSerializerMetadataAware - Interface in org.mule.runtime.ast.internal.serialization.dto
-
Marker interface for DTOs that need to be aware of the
ArtifactAstSerializerMetadata. - 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
ArtifactAstserialization. - 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(ArtifactAstSerializerMetadata) - 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 Class 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
- ComponentMetadataAstDTO - Class in org.mule.runtime.ast.internal.serialization.dto
-
This is a serializable form of a
ComponentMetadataAst - ComponentMetadataAstDTO() - Constructor for class org.mule.runtime.ast.internal.serialization.dto.ComponentMetadataAstDTO
- 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
- CONFIGURATION - Enum constant in enum class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTOModelType
- CONNECTION_PROVIDER - Enum constant in enum class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTOModelType
- CONSTRUCT - Enum constant in enum class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTOModelType
- 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
- createDeserializer(String, boolean) - Method in interface org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerFormat
-
Creates a deserializer for this format.
- createDeserializer(String, boolean) - Method in class org.mule.runtime.ast.internal.serialization.json.JsonArtifactAstSerializerFormat
- createSerializer(String, Executor) - Method in interface org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerFormat
-
Creates a serializer for this format.
- createSerializer(String, Executor) - Method in class org.mule.runtime.ast.internal.serialization.json.JsonArtifactAstSerializerFormat
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
- DefaultArtifactAstDeserializer(ArtifactAstSerializerFactory, ArtifactAstSerializerMetadataSerializer) - Constructor for class org.mule.runtime.ast.internal.serialization.DefaultArtifactAstDeserializer
- DefaultGenerationInformationResolver - Class in org.mule.runtime.ast.internal.serialization.resolver
-
Resolves the
ComponentGenerationInformationDTO - 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
- dependenciesDsl(ExtensionModel) - Method in class org.mule.runtime.ast.internal.serialization.dto.ArtifactAstDTO
- deserialize(InputStream, Charset, ExtensionModelResolver, ArtifactAst) - Method in interface org.mule.runtime.ast.internal.serialization.InternalArtifactAstDeserializer
- deserialize(InputStream, Charset, ExtensionModelResolver, ArtifactAst) - Method in class org.mule.runtime.ast.internal.serialization.json.JsonArtifactAstDeserializer
-
This method takes an input stream of a serialized
ArtifactAstwith no metadata header and deserializes and enriches it. - deserialize(InputStream, ExtensionModelResolver) - Method in interface org.mule.runtime.ast.api.serialization.ArtifactAstDeserializer
-
Given an
InputStreamcreated by serializing anArtifactAstwith anArtifactAstSerializerand anExtensionModelResolverable to provide the requiredExtensionModels, this method deserializes theInputStreaminto anArtifactAst. - deserialize(InputStream, ExtensionModelResolver) - Method in class org.mule.runtime.ast.internal.serialization.DefaultArtifactAstDeserializer
-
Given an
InputStreamcreated by serializing anArtifactAstwith anArtifactAstSerializerand the associatedExtensionModels, 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.api.serialization.ArtifactAstDeserializer
-
Given an
InputStreamcreated by serializing anArtifactAstwith anArtifactAstSerializerand anExtensionModelResolverable to provide the requiredExtensionModels, this method deserializes theInputStreaminto anArtifactAst. - deserialize(InputStream, ExtensionModelResolver, ArtifactAst) - Method in class org.mule.runtime.ast.internal.serialization.DefaultArtifactAstDeserializer
-
Given an
InputStreamcreated by serializing anArtifactAstwith anArtifactAstSerializerand the associatedExtensionModels, this method deserializes it. - 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.
- directChildren() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
- doCreateFrom(ComponentParameterAst) - Method in class org.mule.runtime.ast.internal.serialization.dto.factory.ComponentParameterAstDTOFactory
- doCreateFrom(Type) - Method in class org.mule.runtime.ast.internal.serialization.dto.factory.AbstractDTOFactory
-
Subclasses should implement this to do the actual DTO creation.
- 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() - Method in class org.mule.runtime.ast.internal.serialization.dto.ImportedResourceDTO
- enrich(Map<String, ImportedResourceDTO>) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentMetadataAstDTO
- enrich(ExtensionModelResolver, GenerationInformationResolver, ParameterModelUtils) - Method in class org.mule.runtime.ast.internal.serialization.dto.ArtifactAstDTO
-
An
ArtifactAstDTOis a serialized version of anArtifactAst. - 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
- 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(Object) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
F
- 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(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(ImportedResource) - Method in class org.mule.runtime.ast.internal.serialization.dto.factory.ImportedResourceDTOFactory
- from(Type) - Method in class org.mule.runtime.ast.internal.serialization.dto.factory.AbstractDTOFactory
-
Creates the DTO from the original object.
G
- GenerationInformationResolver - Interface in org.mule.runtime.ast.internal.serialization.resolver
-
Resolves the
ComponentGenerationInformationDTO - 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
- getAvailableSerializers() - Method in class org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerFactory
-
All available serializer formats and versions.
- getAvailableVersions() - Method in interface org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerFormat
- getAvailableVersions() - Method in class org.mule.runtime.ast.internal.serialization.json.JsonArtifactAstSerializerFormat
- 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
ArtifactAstDeserializerable to handle all formats known by theArtifactAstSerializerFactory. - getDeserializer(boolean) - Method in class org.mule.runtime.ast.api.serialization.ArtifactAstSerializerProvider
-
This method returns an
ArtifactAstDeserializerable to handle all formats known by theArtifactAstSerializerFactory. - getDeserializer(String, String) - Method in class org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerFactory
-
This method creates a new instance o an
ArtifactAstDeserializermatching 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
- getId() - Method in interface org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerFormat
- getId() - Method in class org.mule.runtime.ast.internal.serialization.json.JsonArtifactAstSerializerFormat
- 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.ArtifactAstSerializerFormat
- getLatestVersion() - Method in class org.mule.runtime.ast.internal.serialization.json.JsonArtifactAstSerializerFormat
- 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() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
- getModel(Class<M>) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
- 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) - Method in class org.mule.runtime.ast.api.serialization.ArtifactAstSerializerProvider
-
Deprecated.
- 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
ArtifactAstSerializermatching the format parameter - getSerializerId() - Method in class org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerMetadata
-
The serializer id is the format of the serialization
- getSerializerMetadata() - Method in class org.mule.runtime.ast.internal.serialization.dto.factory.AstDTOFactoryProvider
- 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
- INFRASTRUCTURE - Enum constant in enum class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTOModelType
- 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 anInputStream. - isDefaultValue() - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
- isExpression() - Method in class org.mule.runtime.ast.internal.serialization.dto.ParameterValueContainer
- isExpression(Object) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
- 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
- isValueAList() - 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
Eitherand it can be a left or a right value of it.
J
- JSON - Static variable in class org.mule.runtime.ast.internal.serialization.json.JsonArtifactAstSerializerFormat
- JsonArtifactAstDeserializer - Class in org.mule.runtime.ast.internal.serialization.json
-
Json implementation of an
InternalArtifactAstDeserializer. - JsonArtifactAstDeserializer(GsonBuilder, String, boolean) - Constructor for class org.mule.runtime.ast.internal.serialization.json.JsonArtifactAstDeserializer
-
This constructor allows a
GsonBuilderparameter. - JsonArtifactAstSerializer - Class in org.mule.runtime.ast.internal.serialization.json
-
This is an implementation of an
ArtifactAstSerializerthat uses Gson to generate a Json String as the body of the serialized representation - JsonArtifactAstSerializer(Gson, Executor, String) - Constructor for class org.mule.runtime.ast.internal.serialization.json.JsonArtifactAstSerializer
-
This constructor is for testing, and it allows overriding the
Gsoninstance - JsonArtifactAstSerializer(Executor, String) - Constructor for class org.mule.runtime.ast.internal.serialization.json.JsonArtifactAstSerializer
-
Creates a serializer for the specified version.
- JsonArtifactAstSerializerFormat - Class in org.mule.runtime.ast.internal.serialization.json
- JsonArtifactAstSerializerFormat() - Constructor for class org.mule.runtime.ast.internal.serialization.json.JsonArtifactAstSerializerFormat
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
- NESTED_COMPONENT - Enum constant in enum class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTOModelType
- NESTED_ROUTE - Enum constant in enum class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTOModelType
- 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
-
Resolves the
ComponentGenerationInformationDTO - NoOpGenerationInformationResolver() - Constructor for class org.mule.runtime.ast.internal.serialization.resolver.NoOpGenerationInformationResolver
O
- OPERATION - Enum constant in enum class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTOModelType
- org.mule.runtime.artifact.ast.serialization - module org.mule.runtime.artifact.ast.serialization
-
Mule Artifact AST - XML Parser
- 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.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
R
- readArtifactAstSerializerMetadataFromInputStream(InputStream) - Method in class org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerMetadataSerializer
-
This method reads the metadata from an
InputStreamby reading the first line which should be a header string in a serializedArtifactAst). - resolve(String) - Method in interface org.mule.runtime.ast.api.serialization.ExtensionModelResolver
-
Given an
ExtensionModelname, this method returns an instance - resolveComponentAstGenerationInformation(ComponentParameterAstDTO, ComponentAstDTO, ExtensionModelHelper) - Method in class org.mule.runtime.ast.internal.serialization.resolver.DefaultGenerationInformationResolver
-
Resolves the
ComponentGenerationInformationDTOof aComponentAstDTO - resolveComponentAstGenerationInformation(ComponentParameterAstDTO, ComponentAstDTO, ExtensionModelHelper) - Method in interface org.mule.runtime.ast.internal.serialization.resolver.GenerationInformationResolver
-
Resolves the
ComponentGenerationInformationDTOof aComponentAstDTO - resolveComponentAstGenerationInformation(ComponentParameterAstDTO, ComponentAstDTO, ExtensionModelHelper) - Method in class org.mule.runtime.ast.internal.serialization.resolver.NoOpGenerationInformationResolver
-
Resolves the
ComponentGenerationInformationDTOof aComponentAstDTO - resolveComponentParameterAstGenerationInformation(ComponentParameterAstDTO, ComponentAstDTO, ExtensionModelHelper) - Method in class org.mule.runtime.ast.internal.serialization.resolver.DefaultGenerationInformationResolver
-
Resolves the
ComponentGenerationInformationDTOof aComponentParameterAstDTO - resolveComponentParameterAstGenerationInformation(ComponentParameterAstDTO, ComponentAstDTO, ExtensionModelHelper) - Method in interface org.mule.runtime.ast.internal.serialization.resolver.GenerationInformationResolver
-
Resolves the
ComponentGenerationInformationDTOof aComponentParameterAstDTO - resolveComponentParameterAstGenerationInformation(ComponentParameterAstDTO, ComponentAstDTO, ExtensionModelHelper) - Method in class org.mule.runtime.ast.internal.serialization.resolver.NoOpGenerationInformationResolver
-
Resolves the
ComponentGenerationInformationDTOof aComponentParameterAstDTO - resolveGenerationInformationThroughParent(String, ComponentAstDTO, ParameterModel, ComponentGenerationInformation) - Method in class org.mule.runtime.ast.internal.serialization.resolver.DefaultGenerationInformationResolver
- resolveGenerationInformationThroughParent(String, ComponentAstDTO, ParameterModel, ComponentGenerationInformation) - Method in interface org.mule.runtime.ast.internal.serialization.resolver.GenerationInformationResolver
- resolveGenerationInformationThroughParent(String, ComponentAstDTO, ParameterModel, ComponentGenerationInformation) - Method in class org.mule.runtime.ast.internal.serialization.resolver.NoOpGenerationInformationResolver
- resolveListElementModels(ComponentAstDTO, ExtensionModelHelper, ExtensionModelResolver, GenerationInformationResolver, ParameterModelUtils) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
- resolveMapEntryAttribute(ParameterModel, ComponentGenerationInformation, ExtensionModelHelper, ExtensionModelResolver, GenerationInformationResolver, ComponentAstDTO, ParameterModelUtils) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
- resolveMapEntryComponentModels(ComponentAstDTO, ComponentParameterAstDTO, ExtensionModelHelper, ExtensionModelResolver, GenerationInformationResolver, ParameterModelUtils) - 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, ParameterModelUtils) - 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
ComponentAstDTOwith a model and aParameterGroupModelname. - resolveParameterModel(ComponentParameterAstDTO) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTO
-
Given an owner
ComponentAstDTOwith a model and aParameterModelname. - 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
-
Resolves the
ComponentGenerationInformationDTOof aComponentParameterAstDTO - 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, ParameterModelUtils) - 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
-
Resolves the
ComponentGenerationInformationDTOof aComponentParameterAstDTO - 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
ArtifactAstinto anInputStreamadding string metadata in the first line followed by the serialized content. - serialize(ArtifactAst) - Method in class org.mule.runtime.ast.internal.serialization.json.JsonArtifactAstSerializer
- setArtifactAstSerializerMetadata(ArtifactAstSerializerMetadata) - Method in interface org.mule.runtime.ast.internal.serialization.dto.ArtifactAstSerializerMetadataAware
-
Sets the given
ArtifactAstSerializerMetadatato this instance. - setArtifactAstSerializerMetadata(ArtifactAstSerializerMetadata) - Method in class org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
- 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, ParameterModelUtils) - 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
PropertiesResolverto 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
- SOURCE - Enum constant in enum class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTOModelType
T
- toErrorType(ErrorType) - Method in class org.mule.runtime.ast.internal.serialization.dto.ErrorTypeHierarchyItemDTO
-
Creates an
ErrorTypefor 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
- TYPE - Enum constant in enum class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTOModelType
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.JsonArtifactAstSerializerFormat
- V_1_1 - Static variable in class org.mule.runtime.ast.internal.serialization.json.JsonArtifactAstSerializerFormat
- valueOf(String) - Static method in enum class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTOModelType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.mule.runtime.ast.internal.serialization.dto.ComponentAstDTOModelType
-
Returns an array containing the constants of this enum class, 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.ArrayElementMetadataTypeVisitor
- 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.ArrayElementMetadataTypeVisitor
- 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
All Classes and Interfaces|All Packages|Constant Field Values
ArtifactAstSerializerProvider.getSerializer(String, String)instead.