Interface TypeConverterEntry.Builder

    • Method Detail

      • key

        TypeConverterEntry.Builder key​(String key)

        The key with the value that is to be converted to a different type.

        Parameters:
        key - The key with the value that is to be converted to a different type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        TypeConverterEntry.Builder type​(String type)

        The type to convert the field value to. Valid values are integer, double, string and boolean.

        Parameters:
        type - The type to convert the field value to. Valid values are integer, double, string and boolean.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Type, Type
      • type

        TypeConverterEntry.Builder type​(Type type)

        The type to convert the field value to. Valid values are integer, double, string and boolean.

        Parameters:
        type - The type to convert the field value to. Valid values are integer, double, string and boolean.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Type, Type