Lines Matching refs:can
6 This annotation can be defined on a class to indicate the exclusion strategy
21 This annotation can be defined on a property to indicate that the property should
29 This annotation can be defined on a property to indicate that the property should
37 This annotation can be defined on a property to indicate that the property should
44 This annotation can be defined on a property to define the serialized name for a
66 This annotation can be defined on a property to specify starting from which
73 This annotation can be defined on a property to specify until which version this
80 This annotation can be defined on a property to specify if the property
86 This annotation can be defined on a property to limit the depth to which the
92 This annotation can be defined on a property, or a class to specify in which way
119 This annotation can be defined on a property to specify which public method should
148 If you need only to serialize your data, you can avoid providing a setter by
153 This annotation can be defined on a class to control the order of properties. By
208 This annotation can be defined on a method to indicate that the data returned by
211 A virtual property can be defined for a method of an object to serialize and can be
258 - ``firstName`` is exposed using the ``object.getFirstName()`` expression (``exp`` can contain any …
261 ``@VirtualProperty()`` can also have an optional property ``name``, used to define the internal pro…
270 This annotation can be defined on a property to indicate that the data of the property
277 This annotation can be defined on a property to indicate that the data of the property
280 A property can be marked as non read only with ``@ReadOnly(false)`` annotation (useful when a class…
284 This annotation can be defined on a method which is supposed to be called before
289 This annotation can be defined on a method which is then called directly after the
294 This annotation can be defined on a method which is supposed to be called after
321 This annotation can be defined on a property to specify the type of that property.
323 The ``@Type`` annotation can have parameters and parameters can be used by serialization/deserializ…
343 | array<T> | A list of type T (T can be any availab…
406 … the default format is `\DateTime::ATOM` (the real ISO-8601 format) but it can be changed in `conf…
495 account for collections. You can define the entry name for collections using
670 You can also specify the entry tag namespace using the ``namespace`` attribute (``@XmlList(inline =…
712 This annotation can be defined on a property to add additional xml serialization/deserialization pr…