Class BreadcrumbJsonator
java.lang.Object
com.atlassian.confluence.json.jsonator.BreadcrumbJsonator
- All Implemented Interfaces:
Jsonator<Breadcrumb>
-
Constructor Summary
ConstructorsConstructorDescriptionBreadcrumbJsonator
(ContextPathHolder context, I18NBeanFactory i18NBeanFactory) -
Method Summary
Modifier and TypeMethodDescriptionconvert
(Breadcrumb breadcrumb) Creates aJson
representation of a given object
-
Constructor Details
-
BreadcrumbJsonator
-
-
Method Details
-
convert
Description copied from interface:Jsonator
Creates aJson
representation of a given object- Specified by:
convert
in interfaceJsonator<Breadcrumb>
- Parameters:
breadcrumb
- the object to be serialized- Returns:
- Json JSON representation of the given object
-