Interface TypeConverter.Builder

    • Method Detail

      • entries

        TypeConverter.Builder entries​(Collection<TypeConverterEntry> entries)

        An array of TypeConverterEntry objects, where each object contains the information about one field to change the type of.

        Parameters:
        entries - An array of TypeConverterEntry objects, where each object contains the information about one field to change the type of.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entries

        TypeConverter.Builder entries​(TypeConverterEntry... entries)

        An array of TypeConverterEntry objects, where each object contains the information about one field to change the type of.

        Parameters:
        entries - An array of TypeConverterEntry objects, where each object contains the information about one field to change the type of.
        Returns:
        Returns a reference to this object so that method calls can be chained together.