类 NkMapAccessor
java.lang.Object
cn.nkpro.elcube.co.spel.NkMapAccessor
- 所有已实现的接口:
org.springframework.expression.PropertyAccessor
public class NkMapAccessor
extends Object
implements org.springframework.expression.PropertyAccessor
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleancanRead(@NotNull org.springframework.expression.EvaluationContext evaluationContext, Object target, @NotNull String name)booleancanWrite(@NotNull org.springframework.expression.EvaluationContext evaluationContext, Object target, @NotNull String name)Class<?>[]@NotNull org.springframework.expression.TypedValueread(@NotNull org.springframework.expression.EvaluationContext evaluationContext, Object target, @NotNull String name)voidwrite(@NotNull org.springframework.expression.EvaluationContext evaluationContext, Object target, @NotNull String name, Object newValue)
-
构造器详细资料
-
NkMapAccessor
public NkMapAccessor()
-
-
方法详细资料
-
getSpecificTargetClasses
- 指定者:
getSpecificTargetClasses在接口中org.springframework.expression.PropertyAccessor
-
canRead
public boolean canRead(@NotNull @NotNull org.springframework.expression.EvaluationContext evaluationContext, @Nullable Object target, @NotNull @NotNull String name)- 指定者:
canRead在接口中org.springframework.expression.PropertyAccessor
-
read
@NotNull public @NotNull org.springframework.expression.TypedValue read(@NotNull @NotNull org.springframework.expression.EvaluationContext evaluationContext, Object target, @NotNull @NotNull String name)- 指定者:
read在接口中org.springframework.expression.PropertyAccessor
-
canWrite
public boolean canWrite(@NotNull @NotNull org.springframework.expression.EvaluationContext evaluationContext, Object target, @NotNull @NotNull String name)- 指定者:
canWrite在接口中org.springframework.expression.PropertyAccessor
-
write
public void write(@NotNull @NotNull org.springframework.expression.EvaluationContext evaluationContext, Object target, @NotNull @NotNull String name, Object newValue)- 指定者:
write在接口中org.springframework.expression.PropertyAccessor
-