Class DefaultConverterLookup

    • Constructor Detail

      • DefaultConverterLookup

        public DefaultConverterLookup()
    • Method Detail

      • lookupConverterForType

        public Converter lookupConverterForType​(java.lang.Class type)
        Description copied from interface: ConverterLookup
        Lookup a converter for a specific type.

        This type may be any Class, including primitive and array types. It may also be null, signifying the value to be converted is a null type.

        Specified by:
        lookupConverterForType in interface ConverterLookup
      • flushCache

        public void flushCache()
        Specified by:
        flushCache in interface Caching