Interface TypeConverterFactory

All Known Implementing Classes:
TypeConverterFactoryImpl

public interface TypeConverterFactory
A TypeConverterFactory is called for creating instances of TypeConverter.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates an instance of TypeFactory, which may be used to create instances of the given class.
  • Method Details

    • getTypeConverter

      TypeConverter getTypeConverter(Class pClass)
      Creates an instance of TypeFactory, which may be used to create instances of the given class.