Interface ParameterConverterSupplier

All Superinterfaces:
Supplier<ParameterConverter>
All Known Subinterfaces:
DelegatingParameterConverterSupplier
All Known Implementing Classes:
ArrayConverter.ArraySupplier, CharacterParamConverter.Supplier, CharParamConverter.Supplier, InstantParamConverter.Supplier, ListConverter.ListSupplier, LoadedParameterConverter, LocalDateParamConverter.Supplier, LocalDateTimeParamConverter.Supplier, LocalTimeParamConverter.Supplier, NoopParameterConverter.Supplier, OffsetDateTimeParamConverter.Supplier, OffsetTimeParamConverter.Supplier, OptionalConverter.OptionalSupplier, PathSegmentParamConverter.Supplier, ReflectionConstructorParameterConverterSupplier, ReflectionValueOfParameterConverterSupplier, RuntimeResolvedConverter.Supplier, SetConverter.SetSupplier, SortedSetConverter.SortedSetSupplier, TemporalParamConverter.TemporalSupplier, YearParamConverter.Supplier, ZonedDateTimeParamConverter.Supplier

public interface ParameterConverterSupplier extends Supplier<ParameterConverter>
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface java.util.function.Supplier

    get
  • Method Details

    • getClassName

      String getClassName()