Package | Description |
---|---|
com.codename1.rad.io |
Modifier and Type | Method and Description |
---|---|
ResultParser |
ResultParser.Boolean(String resultPropertySelector,
Property prop,
ResultParser.PropertyParserCallback callback)
Adds a boolean property parser.
|
ResultParser |
ResultParser.Boolean(String resultPropertySelector,
ResultParser.PropertyParserCallback callback,
Tag... tags)
Adds a boolean property parser.
|
ResultParser |
ResultParser.Boolean(String resultPropertySelector,
Tag tag,
ResultParser.PropertyParserCallback callback)
Adds a boolean property parser.
|
ResultParser |
ResultParser.Double(String resultPropertySelector,
Property prop,
ResultParser.PropertyParserCallback callback)
Adds an double property parser.
|
ResultParser |
ResultParser.Double(String resultPropertySelector,
ResultParser.PropertyParserCallback callback,
Tag... tags)
Adds an double property parser.
|
ResultParser |
ResultParser.Double(String resultPropertySelector,
Tag tag,
ResultParser.PropertyParserCallback callback)
Adds an double property parser.
|
ResultParser |
ResultParser.Integer(String resultPropertySelector,
Property prop,
ResultParser.PropertyParserCallback callback)
Adds an integer property parser.
|
ResultParser |
ResultParser.Integer(String resultPropertySelector,
ResultParser.PropertyParserCallback callback,
Tag... tags)
Adds an integer property parser.
|
ResultParser |
ResultParser.Integer(String resultPropertySelector,
Tag tag,
ResultParser.PropertyParserCallback callback)
Adds an integer property parser.
|
ResultParser |
ResultParser.Long(String resultPropertySelector,
Property prop,
ResultParser.PropertyParserCallback callback)
Adds a long property parser.
|
ResultParser |
ResultParser.Long(String resultPropertySelector,
ResultParser.PropertyParserCallback callback,
Tag... tags)
Adds a long property parser.
|
ResultParser |
ResultParser.Long(String resultPropertySelector,
Tag tag,
ResultParser.PropertyParserCallback callback)
Adds a long property parser.
|
ResultParser |
ResultParser.property(String resultPropertySelector,
Property property,
ResultParser.PropertyParserCallback parserCallback)
Add support for parsing a particular property.
|
ResultParser |
ResultParser.property(String resultPropertySelector,
com.codename1.rad.io.ResultParser.Getter getter,
Property property,
ResultParser.PropertyParserCallback parserCallback)
Add support for parsing a particular property.
|
ResultParser |
ResultParser.property(String resultPropertySelector,
ResultParser.PropertyParserCallback parserCallback,
Tag... tags)
Add support for parsing a particular property.
|
ResultParser |
ResultParser.property(String resultPropertySelector,
Tag tag,
ResultParser.PropertyParserCallback parserCallback)
Add support for parsing a particular property.
|
ResultParser |
ResultParser.string(String resultPropertySelector,
Property prop,
ResultParser.PropertyParserCallback callback)
Adds a string property parser.
|
ResultParser |
ResultParser.string(String resultPropertySelector,
ResultParser.PropertyParserCallback callback,
Tag... tags)
Adds a string property parser.
|
ResultParser |
ResultParser.string(String resultPropertySelector,
Tag tag,
ResultParser.PropertyParserCallback callback)
Adds a string property parser.
|
Copyright © 2021. All Rights Reserved.