java.lang.Object
pro.verron.officestamper.test.SimpleGetter
- All Implemented Interfaces:
org.springframework.expression.PropertyAccessor
,org.springframework.expression.TargetedAccessor
- Since:
- 1.6.6
- Version:
- ${version}
- Author:
- Joseph Verron
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Class<?>[]
org.springframework.expression.TypedValue
void
-
Constructor Details
-
Method Details
-
getSpecificTargetClasses
- Specified by:
getSpecificTargetClasses
in interfaceorg.springframework.expression.TargetedAccessor
-
canRead
public boolean canRead(@NonNull org.springframework.expression.EvaluationContext context, Object target, @NonNull String name) - Specified by:
canRead
in interfaceorg.springframework.expression.PropertyAccessor
-
read
@NonNull public org.springframework.expression.TypedValue read(@NonNull org.springframework.expression.EvaluationContext context, Object target, String name) - Specified by:
read
in interfaceorg.springframework.expression.PropertyAccessor
-
canWrite
public boolean canWrite(@NonNull org.springframework.expression.EvaluationContext context, Object target, @NonNull String name) - Specified by:
canWrite
in interfaceorg.springframework.expression.PropertyAccessor
-
write
public void write(@NonNull org.springframework.expression.EvaluationContext context, Object target, @NonNull String name, Object newValue) - Specified by:
write
in interfaceorg.springframework.expression.PropertyAccessor
-