Class ComponentParameterAstDTOFactory
java.lang.Object
org.mule.runtime.ast.internal.serialization.dto.factory.AbstractDTOFactory<ComponentParameterAst,ComponentParameterAstDTO>
org.mule.runtime.ast.internal.serialization.dto.factory.ComponentParameterAstDTOFactory
public class ComponentParameterAstDTOFactory
extends AbstractDTOFactory<ComponentParameterAst,ComponentParameterAstDTO>
-
Constructor Summary
ConstructorsConstructorDescriptionComponentParameterAstDTOFactory(AstDTOFactoryProvider astDTOFactoryProvider) -
Method Summary
Modifier and TypeMethodDescriptionprotected ComponentParameterAstDTOdoCreateFrom(ComponentParameterAst componentParameterAst) Subclasses should implement this to do the actual DTO creation.Methods inherited from class org.mule.runtime.ast.internal.serialization.dto.factory.AbstractDTOFactory
from
-
Constructor Details
-
ComponentParameterAstDTOFactory
-
-
Method Details
-
doCreateFrom
Description copied from class:AbstractDTOFactorySubclasses should implement this to do the actual DTO creation.- Specified by:
doCreateFromin classAbstractDTOFactory<ComponentParameterAst,ComponentParameterAstDTO> - Parameters:
componentParameterAst- Original object.- Returns:
- The DTO that represents the original object.
-