@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.
|
getAnnotationType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAnnotationType
of
supportsSuperTypes
public 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()
TypedRequestArgumentBinder
superTypes
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)
ArgumentBinder
bind
in interface ArgumentBinder<io.reactivex.Single,HttpRequest<?>>
bind
in class DefaultBodyAnnotationBinder<io.reactivex.Single>
context
- The ArgumentConversionContext
source
- The sourceOptional
of the value. If no binding was possible Optional.empty()