Interface SqlContainsPolicy.PreparatorFunction

All Superinterfaces:
Function<String,String>, Serializable, UnaryOperator<String>
Enclosing interface:
SqlContainsPolicy
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface SqlContainsPolicy.PreparatorFunction extends UnaryOperator<String>, Serializable
Tagging interface to ensure functions are serializable
Author:
Karl Eilebrecht
  • Method Details

    • none

      This function does not change the text snippet at all. Use this if your JDBC-driver correctly escapes additional wildcards entered by a user.
      Returns:
      the input without any adjustments