A D J O R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addAdapter(String, Class, Class) - Method in interface org.apache.fulcrum.json.JsonService
-
Adds an adapter (mixin, serializer,..) for the target class depending on the JsonService implementation.
- addAdapter(String, Class, Object) - Method in interface org.apache.fulcrum.json.JsonService
-
Add an adapter (mixin, serializer,..) for the target class depending on the JsonService implementation.
D
- deSer(String, Class<T>) - Method in interface org.apache.fulcrum.json.JsonService
-
Deserializing a JSON string
- deSerCollection(String, Object, Class<T>) - Method in interface org.apache.fulcrum.json.JsonService
-
This is to deserialize collections.
J
- JsonService - Interface in org.apache.fulcrum.json
-
This class defines custom methods needed to serialize and deserialize and helper methods if needed.
O
- org.apache.fulcrum.json - package org.apache.fulcrum.json
R
- ROLE - Static variable in interface org.apache.fulcrum.json.JsonService
-
Avalon Identifier
S
- ser(Object) - Method in interface org.apache.fulcrum.json.JsonService
-
Serializes a Java object
- ser(Object, Boolean) - Method in interface org.apache.fulcrum.json.JsonService
- ser(Object, Class<T>) - Method in interface org.apache.fulcrum.json.JsonService
-
Serializes a Java object
- ser(Object, Class<T>, Boolean) - Method in interface org.apache.fulcrum.json.JsonService
-
Serialize an object
- serializeAllExceptFilter(Object, Boolean, String...) - Method in interface org.apache.fulcrum.json.JsonService
-
Class Filter is derived from param src object class.
- serializeAllExceptFilter(Object, Class<T>, Boolean, String...) - Method in interface org.apache.fulcrum.json.JsonService
-
Serialize all object properties excluding provided filters attributes.
- serializeAllExceptFilter(Object, Class<T>, String...) - Method in interface org.apache.fulcrum.json.JsonService
-
Class Filter is derived from param src object class.
- serializeAllExceptFilter(Object, String...) - Method in interface org.apache.fulcrum.json.JsonService
- serializeOnlyFilter(Object, Boolean, String...) - Method in interface org.apache.fulcrum.json.JsonService
-
Custom method.
- serializeOnlyFilter(Object, Class<T>, Boolean, String...) - Method in interface org.apache.fulcrum.json.JsonService
-
Serialize only object properties where filter attributes are provided.
- serializeOnlyFilter(Object, Class<T>, String...) - Method in interface org.apache.fulcrum.json.JsonService
- serializeOnlyFilter(Object, String...) - Method in interface org.apache.fulcrum.json.JsonService
-
Custom method without caching.
- SERVICE_NAME - Static variable in interface org.apache.fulcrum.json.JsonService
- setDateFormat(DateFormat) - Method in interface org.apache.fulcrum.json.JsonService
All Classes All Packages