| Package | Description |
|---|---|
| org.springframework.content.commons.utils |
| Modifier and Type | Method and Description |
|---|---|
static void |
BeanUtils.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.
|
Copyright © 2021 Paul Warren. All rights reserved.