public class ExplicitNodeConverter extends com.github.dozermapper.core.DozerConverter<ExplicitNode,org.apache.oozie.fluentjob.api.generated.workflow.ACTION> implements com.github.dozermapper.core.MapperAware
DozerConverter converting from ExplicitNode to JAXB ACTION.
Being the main entry point to Dozer framework, this class finds out the type of the actual
ExplicitNode, delegates to further DozerConverters based on the type,
and connects the resulting JAXB objects based on the transitions between ExplicitNodes.
| Constructor and Description |
|---|
ExplicitNodeConverter() |
| Modifier and Type | Method and Description |
|---|---|
ExplicitNode |
convertFrom(org.apache.oozie.fluentjob.api.generated.workflow.ACTION source,
ExplicitNode destination) |
org.apache.oozie.fluentjob.api.generated.workflow.ACTION |
convertTo(ExplicitNode source,
org.apache.oozie.fluentjob.api.generated.workflow.ACTION destination) |
void |
setMapper(com.github.dozermapper.core.Mapper mapper) |
public org.apache.oozie.fluentjob.api.generated.workflow.ACTION convertTo(ExplicitNode source, org.apache.oozie.fluentjob.api.generated.workflow.ACTION destination)
convertTo in class com.github.dozermapper.core.DozerConverter<ExplicitNode,org.apache.oozie.fluentjob.api.generated.workflow.ACTION>public ExplicitNode convertFrom(org.apache.oozie.fluentjob.api.generated.workflow.ACTION source, ExplicitNode destination)
convertFrom in class com.github.dozermapper.core.DozerConverter<ExplicitNode,org.apache.oozie.fluentjob.api.generated.workflow.ACTION>public void setMapper(com.github.dozermapper.core.Mapper mapper)
setMapper in interface com.github.dozermapper.core.MapperAwareCopyright © 2021 Apache Software Foundation. All rights reserved.