@Singleton @Requires(classes=reactor.core.publisher.Flux.class) public class ObjectToMonoConverter extends Object implements TypeConverter<Object,reactor.core.publisher.Mono>
Object
to a Mono
.Constructor and Description |
---|
ObjectToMonoConverter() |
Modifier and Type | Method and Description |
---|---|
Optional<reactor.core.publisher.Mono> |
convert(Object object,
Class<reactor.core.publisher.Mono> targetType,
ConversionContext context)
Converts from the given source object type to the target type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
convert, of
public Optional<reactor.core.publisher.Mono> convert(Object object, Class<reactor.core.publisher.Mono> targetType, ConversionContext context)
TypeConverter
Optional.empty()
in case the object is not convertible by catching any necessary exceptions and failing gracefully.convert
in interface TypeConverter<Object,reactor.core.publisher.Mono>
object
- The object typetargetType
- The target type being converted tocontext
- The ConversionContext