@Internal public class SingleBodyBinder extends DefaultBodyAnnotationBinder<io.reactivex.Single> implements NonBlockingBodyArgumentBinder<io.reactivex.Single>
Body arguments of type Single.ArgumentBinder.BindingResult<T>| Modifier and Type | Field and Description |
|---|---|
static Argument<io.reactivex.Single> |
TYPE |
conversionService| Constructor and Description |
|---|
SingleBodyBinder(ConversionService conversionService,
HttpContentProcessorResolver httpContentProcessorResolver) |
| Modifier and Type | Method and Description |
|---|---|
Argument<io.reactivex.Single> |
argumentType() |
ArgumentBinder.BindingResult<io.reactivex.Single> |
bind(ArgumentConversionContext<io.reactivex.Single> context,
HttpRequest<?> source)
Bind the given argument from the given source.
|
java.util.List<java.lang.Class<?>> |
superTypes()
Returns additional super types.
|
boolean |
supportsSuperTypes()
Deprecated.
|
getAnnotationTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAnnotationTypeofpublic static final Argument<io.reactivex.Single> TYPE
public SingleBodyBinder(ConversionService conversionService, HttpContentProcessorResolver httpContentProcessorResolver)
conversionService - The conversion servicehttpContentProcessorResolver - The http content processor resolver@NonNull public java.util.List<java.lang.Class<?>> superTypes()
TypedRequestArgumentBindersuperTypes in interface TypedRequestArgumentBinder<io.reactivex.Single>@Deprecated public boolean supportsSuperTypes()
TypedRequestArgumentBinderT
implements are candidates for binding.supportsSuperTypes in interface TypedRequestArgumentBinder<io.reactivex.Single>public Argument<io.reactivex.Single> argumentType()
argumentType in interface TypeArgumentBinder<io.reactivex.Single,HttpRequest<?>>public ArgumentBinder.BindingResult<io.reactivex.Single> bind(ArgumentConversionContext<io.reactivex.Single> context, HttpRequest<?> source)
ArgumentBinderbind in interface ArgumentBinder<io.reactivex.Single,HttpRequest<?>>bind in class DefaultBodyAnnotationBinder<io.reactivex.Single>context - The ArgumentConversionContextsource - The sourceOptional of the value. If no binding was possible Optional.empty()