Uses of Class
org.mule.runtime.ast.internal.serialization.dto.ErrorTypeHierarchyItemDTO
Packages that use ErrorTypeHierarchyItemDTO
-
Uses of ErrorTypeHierarchyItemDTO in org.mule.runtime.ast.internal.serialization.dto
Methods in org.mule.runtime.ast.internal.serialization.dto that return types with arguments of type ErrorTypeHierarchyItemDTOModifier and TypeMethodDescriptionErrorTypeHierarchyItemDTO.getChildren()ErrorTypeRepositoryDTO.getHierarchy()Method parameters in org.mule.runtime.ast.internal.serialization.dto with type arguments of type ErrorTypeHierarchyItemDTOModifier and TypeMethodDescriptionprotected voidErrorTypeRepositoryDTO.initializeErrorTypeSetForChildrenRecursively(org.mule.runtime.api.message.ErrorType parentErrorType, List<ErrorTypeHierarchyItemDTO> hierarchyItemChildren, Map<org.mule.runtime.api.component.ComponentIdentifier, org.mule.runtime.api.message.ErrorType> types, boolean internal) Constructor parameters in org.mule.runtime.ast.internal.serialization.dto with type arguments of type ErrorTypeHierarchyItemDTOModifierConstructorDescriptionErrorTypeHierarchyItemDTO(String identifier, String namespace, boolean internal, List<ErrorTypeHierarchyItemDTO> children)