Interface PredicateBuilder

    • Method Detail

      • name

        String name()
        The string representation of the predicate name.
        Returns:
        The predicate name
      • parameters

        Map<String,​Class<?>> parameters()
        Returns a map of parameters and their types.
      • requiredParameters

        Set<String> requiredParameters()
        Returns:
        The required parameters
      • defaultParameter

        String defaultParameter()
        Returns:
        The default parameter name, or null if it does not have a default parameter
      • build

        Predicate build​(Map<String,​Object> config)
        Creates a predicate
        Parameters:
        config - The predicate config
        Returns:
        The new predicate