Class Mf2DataModel


  • @Deprecated
    public class Mf2DataModel
    extends java.lang.Object
    Deprecated.
    This API is for technology preview only.
    This maps closely to the official specification. Since it is not final, we will not add javadoc everywhere.

    See the description of the syntax with examples and use cases and the corresponding EBNF.

    • Method Detail

      • builder

        @Deprecated
        public static Mf2DataModel.Builder builder()
        Deprecated.
        This API is for technology preview only.
        Creates a builder.
        Returns:
        the Builder.
      • getSelectors

        @Deprecated
        public java.util.List<Mf2DataModel.Expression> getSelectors()
        Deprecated.
        This API is for technology preview only.
      • getPattern

        @Deprecated
        public Mf2DataModel.Pattern getPattern()
        Deprecated.
        This API is for technology preview only.
      • toString

        @Deprecated
        public java.lang.String toString()
        Deprecated.
        This API is for technology preview only.
        Overrides:
        toString in class java.lang.Object