Class FieldList.Explicit<S extends FieldDescription>

    • Constructor Detail

      • Explicit

        public Explicit​(S... fieldDescription)
        Creates a new immutable wrapper field list.
        Parameters:
        fieldDescription - The list of fields to be represented by this field list.
      • Explicit

        public Explicit​(List<? extends S> fieldDescriptions)
        Creates a new immutable wrapper field list.
        Parameters:
        fieldDescriptions - The list of fields to be represented by this field list.