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, wait
apply
public Object transform(Object input)
transform
in interface org.apache.commons.collections.Transformer
public String getEntityIdentifier()
public void setEntityIdentifier(String entityIdentifier)
Copyright © 2018. All rights reserved.