Interface RenameKeys.Builder

    • Method Detail

      • entries

        RenameKeys.Builder entries​(Collection<RenameKeyEntry> entries)

        An array of RenameKeyEntry objects, where each object contains the information about a single key to rename.

        Parameters:
        entries - An array of RenameKeyEntry objects, where each object contains the information about a single key to rename.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entries

        RenameKeys.Builder entries​(RenameKeyEntry... entries)

        An array of RenameKeyEntry objects, where each object contains the information about a single key to rename.

        Parameters:
        entries - An array of RenameKeyEntry objects, where each object contains the information about a single key to rename.
        Returns:
        Returns a reference to this object so that method calls can be chained together.