Interface ConverterFactory

All Superinterfaces:
BiFunction<String,String,Converter<?>>

public interface ConverterFactory extends BiFunction<String,String,Converter<?>>
Creates a Converter given a type and style.

The factory is allowed to return an already existing converter.

Author:
Werner Randelshofer
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(@Nullable String type, @Nullable String style)
    Returns a Converter given a type and a style.

    Methods inherited from interface java.util.function.BiFunction

    andThen