Class Unset


  • public class Unset
    extends Stage
    Removes/excludes fields from documents.
    • Constructor Detail

      • Unset

        protected Unset()
    • Method Detail

      • fields

        public static Unset fields​(String name,
                                   String... names)
        Creates a new stage with the given fields
        Parameters:
        name - the first field
        names - the others
        Returns:
        this
      • getFields

        public List<Expression> getFields()
        Returns:
        the fields
        Developer note.
        This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.