Deprecated API
Contents
-
Deprecated ClassesClassDescriptionUse the
Parseroverloads that directly take acharacterClassstring parameter, such asParser.consecutive(String).
-
Deprecated MethodsMethodDescriptionUse
EmailAddress.of(String)insteadusehexDigits(4).map(d -> Integer.parseInt(d, 16))directlyUseParser.consecutive(String)insteadUseParser.one(String)insteadUseOperatorTableinsteadUseParser.zeroOrMore(String)instead.PreferOFFSET-FETCHclause, which is parameterizableUseSafeSql.of("{foo? -> OR foo?}", optionalFoo)instead ofoptionally("or {foo}", optionalFoo)because the former allows you to referencefoo?multiple times in the right hand side snippet.