EntityJSONCollectionWriter
directly@Produces(value="application/json") @Provider @Deprecated public class FacetListWriter extends EntityJSONCollectionWriter<List<AbstractContentFacet>>
ResultRow
sentityToJSON, type
nullValueSupplier
ct, t
Constructor and Description |
---|
FacetListWriter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected net.sf.json.JsonConfig |
getConfig()
Deprecated.
If
EntityJSONWriter.entityToJSON is defined then Use the FacetToJson.getJsonConfig() else use the default FacetToJson.JSON_CONFIG
Content is related to AbstractContentAttribute via attributes. |
getCollectionTypeEvaluator, getEntityJsonTransformersMap, getEntityToJsonMapper, isWriteable, setCollectionTypeEvaluator, setEntityJsonTransformersMap, setEntityToJsonMapper, writeTo
getEntityToJSON, getType, setEntityToJSON, setType
getNullValueSupplier, getSize, setNullValueSupplier
protected final net.sf.json.JsonConfig getConfig()
EntityJSONWriter.entityToJSON
is defined then Use the FacetToJson.getJsonConfig()
else use the default FacetToJson.JSON_CONFIG
Content
is related to AbstractContentAttribute
via attributes. This induces a cyclic dependency
for the JSON conversion process from Object to JSON String. Avoid that explicitlygetConfig
in class EntityJSONWriter<List<AbstractContentFacet>>
Copyright © 2018. All rights reserved.