E
- as Entity typeV
- as Value typepublic interface EntityFieldSetter<E,V>
PropertyUtils(Object, String, Object)
or BeanUtils#setProperty(Object, String, Object)
for instances that cannot be set by it due to various reasons.Modifier and Type | Method and Description |
---|---|
default boolean |
isApplicable(Object entity)
A check if the EntityFieldSetter is applicable on the entity.
|
void |
set(E entity,
String fieldName,
V value) |
default boolean isApplicable(Object entity)
ParamsRequestToEntitiesTransformer.PropertyBinding
for the same paramnameCopyright © 2018. All rights reserved.