Uses of Interface
org.jboss.resteasy.reactive.server.core.parameters.converters.ParameterConverterSupplier
-
-
Uses of ParameterConverterSupplier in org.jboss.resteasy.reactive.server.core.parameters.converters
Subinterfaces of ParameterConverterSupplier in org.jboss.resteasy.reactive.server.core.parameters.converters Modifier and Type Interface Description interfaceDelegatingParameterConverterSupplierMethods in org.jboss.resteasy.reactive.server.core.parameters.converters that return ParameterConverterSupplier Modifier and Type Method Description ParameterConverterSupplierArrayConverter.ArraySupplier. getDelegate()ParameterConverterSupplierDelegatingParameterConverterSupplier. getDelegate()ParameterConverterSupplierListConverter.ListSupplier. getDelegate()ParameterConverterSupplierOptionalConverter.OptionalSupplier. getDelegate()ParameterConverterSupplierRuntimeResolvedConverter.Supplier. getDelegate()ParameterConverterSupplierSetConverter.SetSupplier. getDelegate()ParameterConverterSupplierSortedSetConverter.SortedSetSupplier. getDelegate()ParameterConverterSupplierRuntimeResolvedConverter.Supplier. setDelegate(ParameterConverterSupplier delegate)Methods in org.jboss.resteasy.reactive.server.core.parameters.converters with parameters of type ParameterConverterSupplier Modifier and Type Method Description ArrayConverter.ArraySupplierArrayConverter.ArraySupplier. setDelegate(ParameterConverterSupplier delegate)ListConverter.ListSupplierListConverter.ListSupplier. setDelegate(ParameterConverterSupplier delegate)OptionalConverter.OptionalSupplierOptionalConverter.OptionalSupplier. setDelegate(ParameterConverterSupplier delegate)ParameterConverterSupplierRuntimeResolvedConverter.Supplier. setDelegate(ParameterConverterSupplier delegate)SetConverter.SetSupplierSetConverter.SetSupplier. setDelegate(ParameterConverterSupplier delegate)SortedSetConverter.SortedSetSupplierSortedSetConverter.SortedSetSupplier. setDelegate(ParameterConverterSupplier delegate)Constructors in org.jboss.resteasy.reactive.server.core.parameters.converters with parameters of type ParameterConverterSupplier Constructor Description ArraySupplier(ParameterConverterSupplier delegate, String elementType)ListSupplier(ParameterConverterSupplier delegate)OptionalSupplier(ParameterConverterSupplier delegate)SetSupplier(ParameterConverterSupplier delegate)SortedSetSupplier(ParameterConverterSupplier delegate)Supplier(ParameterConverterSupplier delegate) -
Uses of ParameterConverterSupplier in org.jboss.resteasy.reactive.server.core.reflection
Classes in org.jboss.resteasy.reactive.server.core.reflection that implement ParameterConverterSupplier Modifier and Type Class Description classReflectionConstructorParameterConverterSupplierclassReflectionValueOfParameterConverterSupplier -
Uses of ParameterConverterSupplier in org.jboss.resteasy.reactive.server.model
Fields in org.jboss.resteasy.reactive.server.model declared as ParameterConverterSupplier Modifier and Type Field Description ParameterConverterSupplierServerMethodParameter. converterConstructors in org.jboss.resteasy.reactive.server.model with parameters of type ParameterConverterSupplier Constructor Description ServerMethodParameter(String name, String type, String declaredType, String declaredUnresolvedType, ParameterType parameterType, boolean single, String signature, ParameterConverterSupplier converter, String defaultValue, boolean obtainedAsCollection, boolean optional, boolean encoded, ParameterExtractor customParameterExtractor, String mimeType, String separator)
-