Class AssaultPropertiesUpdate
- java.lang.Object
-
- de.codecentric.spring.boot.chaos.monkey.endpoints.dto.AssaultPropertiesUpdate
-
@Validated public class AssaultPropertiesUpdate extends Object
Is used to update properties. Partial updates are allowed: i. e.{"level": 2}is fine. This is also why we're using ObjectTypes (and not the corresponding primitives).
-
-
Constructor Summary
Constructors Constructor Description AssaultPropertiesUpdate()
-
-
-
Method Detail
-
applyTo
public void applyTo(AssaultProperties t)
-
-