Uses of Interface
org.springframework.content.commons.utils.Condition
Packages that use Condition
-
Uses of Condition in org.springframework.content.commons.utils
Methods in org.springframework.content.commons.utils with parameters of type ConditionModifier and TypeMethodDescriptionstatic voidBeanUtils.setFieldWithAnnotationConditionally(Object domainObj, Class<? extends Annotation> annotationClass, Object value, Condition condition) Sets object's field annotated with annotationClass to value only if the condition matches.