Class ThreadContextDataInjector

    • Constructor Detail

      • ThreadContextDataInjector

        public ThreadContextDataInjector()
    • Method Detail

      • copyProperties

        public static void copyProperties​(List<Property> properties,
                                          StringMap result)
        Copies key-value pairs from the specified property list into the specified StringMap.
        Parameters:
        properties - list of configuration properties, may be null
        result - the StringMap object to add the key-values to. Must be non-null.