Class FieldList.ForLoadedFields

    • Field Detail

      • fields

        private final java.util.List<? extends java.lang.reflect.Field> fields
        The loaded fields this field list represents.
    • Constructor Detail

      • ForLoadedFields

        public ForLoadedFields​(java.lang.reflect.Field... field)
        Creates a new immutable field list that represents an array of loaded field.
        Parameters:
        field - An array of fields to be represented by this field list.
      • ForLoadedFields

        public ForLoadedFields​(java.util.List<? extends java.lang.reflect.Field> fields)
        Creates a new immutable field list that represents an array of loaded field.
        Parameters:
        fields - An array of fields to be represented by this field list.