public class RelatedEntityReverseJSONTransformer extends Object implements FunctionTransformer
Collection , to describe the relation to other Entities
using any identifier like SKU, Product Code, Model Code etc. (for a Product). Opposite of what RelatedEntityJSONTransformer does.
RelatdEntityJSONTransformer| Constructor and Description |
|---|
RelatedEntityReverseJSONTransformer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityIdentifier()
The name used to identify a fellow identity uniquely, that is part of this Entity set/group
|
void |
setEntityIdentifier(String entityIdentifier)
The name used to identify a fellow identity uniquely, that is part of this Entity set/group
|
Object |
transform(Object input) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic Object transform(Object input)
transform in interface org.apache.commons.collections.Transformerpublic String getEntityIdentifier()
public void setEntityIdentifier(String entityIdentifier)
Copyright © 2018. All rights reserved.