public class ReflectiveSeparablePropertyKeyResolver extends Object implements KeyResolver
Key resolver, which is used to resolve the key of the operation.
KeyResolver.OperationAware| 构造器和说明 |
|---|
ReflectiveSeparablePropertyKeyResolver() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
resolve(Object target,
AssembleOperation operation)
Resolve the key of the operation.
|
protected @NonNull Collection<?> |
splitKey(@Nullable Object propertyValue,
String keySplitter)
Split the key value.
|
public Object resolve(Object target, AssembleOperation operation)
resolve 在接口中 KeyResolvertarget - targetoperation - operationprotected @NonNull Collection<?> splitKey(@Nullable Object propertyValue, String keySplitter)
propertyValue - property valuekeySplitter - key splitterCopyright © 2024. All rights reserved.