Class SpringBootStarterPropertyHelper
- java.lang.Object
-
- org.camunda.bpm.spring.boot.starter.util.SpringBootStarterPropertyHelper
-
public class SpringBootStarterPropertyHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static SpringBootProcessEngineLogger
LOG
-
Constructor Summary
Constructors Constructor Description SpringBootStarterPropertyHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> void
applyProperties(T target, Map<String,Object> sourceMap, boolean ignoreUnknownFields)
-
-
-
Field Detail
-
LOG
protected static final SpringBootProcessEngineLogger LOG
-
-