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