Class SortedSetConverter.SortedSetSupplier
- java.lang.Object
-
- org.jboss.resteasy.reactive.server.core.parameters.converters.SortedSetConverter.SortedSetSupplier
-
- All Implemented Interfaces:
Supplier<ParameterConverter>,DelegatingParameterConverterSupplier,ParameterConverterSupplier
- Enclosing class:
- SortedSetConverter
public static class SortedSetConverter.SortedSetSupplier extends Object implements DelegatingParameterConverterSupplier
-
-
Constructor Summary
Constructors Constructor Description SortedSetSupplier()SortedSetSupplier(ParameterConverterSupplier delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParameterConverterget()StringgetClassName()ParameterConverterSuppliergetDelegate()SortedSetConverter.SortedSetSuppliersetDelegate(ParameterConverterSupplier delegate)
-
-
-
Constructor Detail
-
SortedSetSupplier
public SortedSetSupplier()
-
SortedSetSupplier
public SortedSetSupplier(ParameterConverterSupplier delegate)
-
-
Method Detail
-
get
public ParameterConverter get()
- Specified by:
getin interfaceSupplier<ParameterConverter>
-
getDelegate
public ParameterConverterSupplier getDelegate()
- Specified by:
getDelegatein interfaceDelegatingParameterConverterSupplier
-
setDelegate
public SortedSetConverter.SortedSetSupplier setDelegate(ParameterConverterSupplier delegate)
-
getClassName
public String getClassName()
- Specified by:
getClassNamein interfaceParameterConverterSupplier
-
-