Deprecated API
Contents
-
Deprecated ClassesClassDescriptionUse the
Parseroverloads that directly take acharacterClassstring parameter, such asParser.consecutive(String).
-
Deprecated MethodsMethodDescriptionUse
EmailAddress.of(String)insteadUseParser.consecutive(String)insteadUseParser.one(String)insteadUseParser.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.