Package systems.dmx.core
Interface JSONEnabled
-
- All Known Subinterfaces:
Assoc
,AssocModel
,AssocPlayer
,AssocPlayerModel
,AssocType
,AssocTypeModel
,ChangeReport
,ChildTopicsModel
,CompDef
,CompDefModel
,DMXObject
,DMXObjectModel
,DMXType
,FacetValueModel
,Player
,PlayerModel
,PluginInfo
,RelatedAssoc
,RelatedAssocModel
,RelatedObject
,RelatedObjectModel
,RelatedTopic
,RelatedTopicModel
,RoleType
,RoleTypeModel
,Topic
,TopicDeletionModel
,TopicModel
,TopicPlayer
,TopicPlayerModel
,TopicReferenceModel
,TopicType
,TopicTypeModel
,TypeModel
,ViewAssoc
,ViewProps
,ViewTopic
- All Known Implementing Classes:
AssocModelImpl
,AssocTypeModelImpl
,ChangeReport.Change
,Directives.Entry
,DirectivesResponse
,DirectoryListing
,DirectoryListing.FileItem
,DMXObjectModelImpl
,Permissions
,QueryResult
,RelatedAssocModelImpl
,RelatedTopicModelImpl
,ResourceInfo
,StoredFile
,Topicmap
,TopicModelImpl
,TopicResult
public interface JSONEnabled
A common interface for all entities that provide a JSON representation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default String
dump()
org.codehaus.jettison.json.JSONObject
toJSON()
-
-
-
Method Detail
-
toJSON
org.codehaus.jettison.json.JSONObject toJSON()
-
dump
default String dump()
-
-