Class ObfuscatorPropertiesCondition

java.lang.Object
org.springframework.boot.autoconfigure.condition.SpringBootCondition
com.github.robtimus.obfuscation.spring.boot.autoconfigure.ObfuscatorPropertiesCondition
All Implemented Interfaces:
Condition

public class ObfuscatorPropertiesCondition extends SpringBootCondition
A condition for ObfuscatorProperties. This class allows matching of ObfuscatorProperties for any prefix. It will match if any of the known properties of ObfuscatorProperties is set.
Author:
Rob Spoor