Class DependencyInjections


  • public class DependencyInjections
    extends Object
    • Method Detail

      • convertTo

        public static <T> T convertTo​(String propValue,
                                      Type genericType,
                                      Class<T> type)
      • getPropertyValue

        public static String getPropertyValue​(List<Property> props,
                                              String name)
        Parameters:
        props - list of properties from job xml
        name - name of the property
        Returns:
        null if no matching property found