Class PrimitiveCollectionElement
java.lang.Object
de.hybris.platform.integrationservices.populator.PrimitiveCollectionElement
A wrapper around a primitive value that is stored in a collection. For example, this would
generate JSON that looks like this
{
"value": 1234
}
-
Method Summary
-
Method Details
-
create
Create a newPrimitiveCollectionElementwith the given value- Parameters:
value- Value to be wrapped- Returns:
- a new instance
-
getValue
Gets the value that is wrapped- Returns:
- Value
-
equals
-
hashCode
public int hashCode() -
toString
-