java.lang.Object |
Function.call(Context context,
java.lang.Object source) |
This method used to invoke the callback method of the provided
object.
|
Caller |
DefaultScanner.getCaller(Context context) |
This method is used to return the Caller for this
class.
|
Caller |
ObjectScanner.getCaller(Context context) |
This method is used to return the Caller for this
class.
|
Caller |
PrimitiveScanner.getCaller(Context context) |
This method is used to return the Caller for this
class.
|
Caller |
Scanner.getCaller(Context context) |
This method is used to return the Caller for this
class.
|
Converter |
AttributeLabel.getConverter(Context context) |
Creates a Converter that can convert an attribute
to a primitive object.
|
Converter |
CacheLabel.getConverter(Context context) |
This method returns a Converter which can be used to
convert an XML node into an object value and vice versa.
|
Converter |
ElementArrayLabel.getConverter(Context context) |
This will create a Converter for transforming an XML
element into an array of XML serializable objects.
|
private Converter |
ElementArrayLabel.getConverter(Context context,
java.lang.String name) |
This will create a Converter for transforming an XML
element into an array of XML serializable objects.
|
Converter |
ElementLabel.getConverter(Context context) |
Creates a converter that can be used to transform an XML node to
an object and vice versa.
|
Converter |
ElementListLabel.getConverter(Context context) |
This will create a Converter for transforming an XML
element into a collection of XML serializable objects.
|
private Converter |
ElementListLabel.getConverter(Context context,
java.lang.String name) |
This will create a Converter for transforming an XML
element into a collection of XML serializable objects.
|
Converter |
ElementListUnionLabel.getConverter(Context context) |
This method returns a Converter which can be used to
convert an XML node into an object value and vice versa.
|
Converter |
ElementMapLabel.getConverter(Context context) |
This method returns a Converter which can be used to
convert an XML node into an object value and vice versa.
|
Converter |
ElementMapUnionLabel.getConverter(Context context) |
This method returns a Converter which can be used to
convert an XML node into an object value and vice versa.
|
Converter |
ElementUnionLabel.getConverter(Context context) |
This method returns a Converter which can be used to
convert an XML node into an object value and vice versa.
|
Converter |
Label.getConverter(Context context) |
This method returns a Converter which can be used to
convert an XML node into an object value and vice versa.
|
Converter |
TextLabel.getConverter(Context context) |
Creates a converter that can be used to transform an XML node to
an object and vice versa.
|
Converter |
TextListLabel.getConverter(Context context) |
This method returns a Converter which can be used to
convert an XML node into an object value and vice versa.
|
Converter |
Variable.getConverter(Context context) |
This method returns a Converter which can be used to
convert an XML node into an object value and vice versa.
|
Converter |
VersionLabel.getConverter(Context context) |
Creates a Converter that can convert an attribute
to a double value.
|
java.lang.String |
AttributeLabel.getEmpty(Context context) |
This is used to provide a configured empty value used when the
annotated value is null.
|
java.lang.Object |
CacheLabel.getEmpty(Context context) |
This is used to provide a configured empty value used when the
annotated value is null.
|
java.lang.Object |
ElementArrayLabel.getEmpty(Context context) |
This is used to provide a configured empty value used when the
annotated value is null.
|
java.lang.Object |
ElementLabel.getEmpty(Context context) |
This is used to provide a configured empty value used when the
annotated value is null.
|
java.lang.Object |
ElementListLabel.getEmpty(Context context) |
This is used to provide a configured empty value used when the
annotated value is null.
|
java.lang.Object |
ElementListUnionLabel.getEmpty(Context context) |
This is used to provide a configured empty value used when the
annotated value is null.
|
java.lang.Object |
ElementMapLabel.getEmpty(Context context) |
This is used to provide a configured empty value used when the
annotated value is null.
|
java.lang.Object |
ElementMapUnionLabel.getEmpty(Context context) |
This is used to provide a configured empty value used when the
annotated value is null.
|
java.lang.Object |
ElementUnionLabel.getEmpty(Context context) |
This is used to provide a configured empty value used when the
annotated value is null.
|
java.lang.Object |
Label.getEmpty(Context context) |
This is used to provide a configured empty value used when the
annotated value is null.
|
java.lang.String |
TextLabel.getEmpty(Context context) |
This is used to provide a configured empty value used when the
annotated value is null.
|
java.lang.String |
TextListLabel.getEmpty(Context context) |
This is used to provide a configured empty value used when the
annotated value is null.
|
java.lang.Object |
Variable.getEmpty(Context context) |
This is used to provide a configured empty value used when the
annotated value is null.
|
java.lang.String |
VersionLabel.getEmpty(Context context) |
This is used to provide a configured empty value used when the
annotated value is null.
|
private Converter |
ElementListLabel.getInlineConverter(Context context,
java.lang.String name) |
This will create a Converter for transforming an XML
element into a collection of XML serializable objects.
|
Converter |
Entry.getKey(Context context) |
This is used to get the key converter for the entry.
|
java.lang.String |
TextParameter.getName(Context context) |
This is used to acquire the name of the parameter that this
represents.
|
java.lang.String |
TextParameter.getPath(Context context) |
This is used to acquire the path of the element or attribute
represented by this parameter.
|
Converter |
Entry.getValue(Context context) |
This is used to get the value converter for the entry.
|
boolean |
LabelMap.isStrict(Context context) |
This method is used to determine whether strict mappings are
required.
|
private <T> T |
Persister.read(java.lang.Class<? extends T> type,
InputNode node,
Context context) |
This read method will read the contents of the XML
document provided and convert it to an object of the specified
type.
|
private <T> T |
Persister.read(T value,
InputNode node,
Context context) |
This read method will read the contents of the XML
document from the provided source and populate the object with
the values deserialized.
|
private boolean |
Persister.validate(java.lang.Class type,
InputNode node,
Context context) |
This validate method will validate the contents of
the XML document against the specified XML class schema.
|
private void |
Persister.write(java.lang.Object source,
OutputNode node,
Context context) |
This write method will traverse the provided object
checking for field annotations in order to compose the XML data.
|