Method | Description | |
---|---|---|
ConverterScanner ( ) : SimpleFramework.Xml.Strategy |
Constructor for the
|
|
GetConvert ( |
This method is used to scan the provided
|
|
GetConvert ( |
This method is used to scan the provided
|
|
GetConverter ( |
This method will lookup and instantiate a converter found from scanning the field or method type provided. If the type has been overridden then the object instance will provide the type to scan. If no annotation is found on the class, field or method then this will return null.
|
|
GetConverter ( |
This method will lookup and instantiate a converter found from scanning the field or method type provided. If the type has been overridden then the
|
Method | Description | |
---|---|---|
ConvertException ( ) : SimpleFramework.Xml.Strategy |
public ConverterScanner ( ) : SimpleFramework.Xml.Strategy | ||
return | SimpleFramework.Xml.Strategy |
public GetConvert ( |
||
type | /// the field or method containing the annotation /// | |
return | Convert |
public GetConvert ( |
||
type | /// the field or method containing the annotation /// | |
real | Class | /// the type that represents the field or method /// |
return | Convert |
public GetConverter ( |
||
type | /// this is the type to search for the annotation /// | |
value | Object | /// this contains the type if it was overridden /// |
return | Converter |
public GetConverter ( |
||
type | /// this is the type to search for the annotation /// | |
value | Value | /// this contains the type if it was overridden /// |
return | Converter |