public class CustomerCartsPropertyAccessor extends Object
| Constructor and Description |
|---|
CustomerCartsPropertyAccessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRead(EvaluationContext evaluationContext,
Object currentObject,
String attribute) |
boolean |
canWrite(EvaluationContext evaluationContext,
Object currentObject,
String attribute) |
Class<?>[] |
getSpecificTargetClasses() |
protected boolean |
isTypeSupported(Object object) |
TypedValue |
read(EvaluationContext evaluationContext,
Object target,
String attribute) |
void |
write(EvaluationContext evaluationContext,
Object target,
String attributeName,
Object attributeValue) |
public Class<?>[] getSpecificTargetClasses()
public boolean canRead(EvaluationContext evaluationContext,
Object currentObject,
String attribute)
throws AccessException
AccessExceptionprotected boolean isTypeSupported(Object object)
public TypedValue read(EvaluationContext evaluationContext,
Object target,
String attribute)
throws AccessException
AccessExceptionpublic boolean canWrite(EvaluationContext evaluationContext,
Object currentObject,
String attribute)
throws AccessException
AccessExceptionCopyright © 2017 SAP SE. All Rights Reserved.