- parse(Beacon, Future<String>) - Method in class com.dnastack.bob.service.parser.impl.JsonCafeResponseParser
-
- parse(Beacon, Future<String>) - Method in class com.dnastack.bob.service.parser.impl.JsonExistResponseParser
-
- parse(Beacon, Future<String>) - Method in class com.dnastack.bob.service.parser.impl.JsonExistsGtResponseParser
-
- parse(Beacon, Future<String>) - Method in class com.dnastack.bob.service.parser.impl.JsonExistsResponseParser
-
- parse(Beacon, Future<String>) - Method in class com.dnastack.bob.service.parser.impl.JsonResponseExistsNullAsFalseResponseParser
-
- parse(Beacon, Future<String>) - Method in class com.dnastack.bob.service.parser.impl.JsonResponseExistsResponseParser
-
- parse(Beacon, Future<String>) - Method in class com.dnastack.bob.service.parser.impl.JsonResponseExistsWithOverlapResponseParser
-
- parse(Beacon, Future<String>) - Method in class com.dnastack.bob.service.parser.impl.JsonResponseExternalUrlParser
-
- parse(Beacon, Future<String>) - Method in class com.dnastack.bob.service.parser.impl.JsonResponseResponseParser
-
- parse(Beacon, Future<String>) - Method in class com.dnastack.bob.service.parser.impl.StringFoundResponseParser
-
- parse(Beacon, Future<String>) - Method in class com.dnastack.bob.service.parser.impl.StringTrueFalseResponseParser
-
- parse(Beacon, Future<String>) - Method in class com.dnastack.bob.service.parser.impl.StringYesNoRefResponseParser
-
- parse(Beacon, Future<String>) - Method in class com.dnastack.bob.service.parser.impl.StringYesNoResponseParser
-
- parse(Beacon, Future<String>) - Method in class com.dnastack.bob.service.parser.impl.StringYesNoStrictResponseParser
-
- parseBooleanFromJson(String, String...) - Static method in class com.dnastack.bob.service.parser.util.ParseUtils
-
Parses boolean value out of the given field in a JSON response.
- parseContainsStringCaseInsensitive(String, String, String) - Static method in class com.dnastack.bob.service.parser.util.ParseUtils
-
Checks whether a given response contains the specified string (found/not found), case insensitive.
- parseIsStringCaseInsensitive(String, String, String) - Static method in class com.dnastack.bob.service.parser.util.ParseUtils
-
Checks whether a given response is equal to the specified string, case insensitive.
- parseIsYesNoCaseInsensitive(String) - Static method in class com.dnastack.bob.service.parser.util.ParseUtils
-
Checks whether the response is yes or no.
- parseRef(String) - Static method in class com.dnastack.bob.service.parser.util.ParseUtils
-
Checks whether the response is "ref", i.e.
- parseStartsWithStringCaseInsensitive(String, String, String) - Static method in class com.dnastack.bob.service.parser.util.ParseUtils
-
Checks whether a given response starts with the specified string, case insensitive.
- parseStartsWithYesNoCaseInsensitive(String) - Static method in class com.dnastack.bob.service.parser.util.ParseUtils
-
Checks whether the response starts with yes or no.
- parseStringFromJson(String, String...) - Static method in class com.dnastack.bob.service.parser.util.ParseUtils
-
Parses string value out of the given field in a JSON response.
- ParseUtils - Class in com.dnastack.bob.service.parser.util
-
Utilities for parsing query responses.
- parseYesNoFromJson(String, String...) - Static method in class com.dnastack.bob.service.parser.util.ParseUtils
-
Parses yes/no value out of the given field in a JSON response, case-insensitive.