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