Class ExpressionSchema


  • public final class ExpressionSchema
    extends Object
    Utility methods for obtaining Expression syntaxes that are based on existing syntaxes.
    • Method Detail

      • addExpressionSyntaxesToSchema

        public static SchemaBuilder addExpressionSyntaxesToSchema​(SchemaBuilder builder,
                                                                  Schema schema)
        Adds the configuration expression syntaxes to the provided schema builder.
        Parameters:
        builder - The schema builder to which the schema elements should be added.
        schema - The initial schema that must contains all syntaxes used for configuration
        Returns:
        The schema builder.