Interface DelegatingParameterConverterSupplier
-
- All Superinterfaces:
ParameterConverterSupplier,Supplier<ParameterConverter>
- All Known Implementing Classes:
ArrayConverter.ArraySupplier,ListConverter.ListSupplier,OptionalConverter.OptionalSupplier,RuntimeResolvedConverter.Supplier,SetConverter.SetSupplier,SortedSetConverter.SortedSetSupplier
public interface DelegatingParameterConverterSupplier extends ParameterConverterSupplier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParameterConverterSuppliergetDelegate()-
Methods inherited from interface org.jboss.resteasy.reactive.server.core.parameters.converters.ParameterConverterSupplier
getClassName
-
-
-
-
Method Detail
-
getDelegate
ParameterConverterSupplier getDelegate()
-
-