Lines Matching refs:This

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
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
266 This only works for serialization and is completely ignored during deserialization.
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
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
303 This annotation allows serialization/deserialization of relations which are polymorphic, but
321 This annotation can be defined on a property to specify the type of that property.
470 This allows you to specify the name of the top-level element.
500 This allows you to mark properties which should be set as attributes,
527 This annotation allows to modify the behaviour of @Discriminator regarding handling of XML.
592 This allows you to mark properties which should be set as the value of the
624 This allows you to define several properties of how arrays should be
625 serialized. This is very similar to @XmlMap, and should be used if the
678 This allows you to use the keys of an array as xml tags.
687 This is similar to the @XmlKeyValuePairs, but instead of creating child elements, it creates attrib…
712 This annotation can be defined on a property to add additional xml serialization/deserialization pr…
739 This annotation allows you to specify Xml namespace/s and prefix used.