Modifier and Type | Class and Description |
---|---|
class |
DefaultEntityToJsonTransformer<T>
For generic onjects that we want to marshal to JSON
For generic O
|
class |
ObjectToJson
A
JSONTransformer thats an EntityToJson |
Modifier and Type | Class and Description |
---|---|
class |
FacetToJson<C extends Content>
Handle special parts of Product that need to be marshalled to String + remove/filter any unwanted attributes
Convert Product to JSON & also specially handle the size attribute and marshal it to
|
Modifier and Type | Class and Description |
---|---|
class |
OrderToJson<T extends Order<I>,I extends OrderItem>
Handle special parts of Product that need to be marshalled to String + remove/filter any unwanted attributes
Convert Product to JSON & also specially handle the size attribute and marshal it to
|
Modifier and Type | Class and Description |
---|---|
class |
MenuJSONTransformer
Converts a
Menu or MenuItemState or MenuItem representation into JSONArray String Format : [node, [children]] ; where children follow the same format to represent a nested hierarchy For input that are MenuItemState or Menu type one can provide an optional param ignoreNavigableNodeChildren; which will
ignore the path below the current node selection if it is selectable to optimize and reduce the tree. |
Modifier and Type | Class and Description |
---|---|
class |
ProductToJson<P extends Product>
Handle special parts of Product that need to be marshalled to String + remove/filter any unwanted attributes
Convert Product to JSON & also specially handle the size attribute and marshal it to
|
Copyright © 2018. All rights reserved.