@Component public class EmrStepHelperFactory extends Object implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
EmrStepHelperFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
EmrStepHelper |
getStepHelper(String stepType)
This method returns the EMR step helper for the given class.
|
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic EmrStepHelper getStepHelper(String stepType)
stepType - the step class nameCopyright © 2021. All rights reserved.