public static final class ReactiveAerospikeQueryExecution.ResultProcessingConverter
extends java.lang.Object
implements org.springframework.core.convert.converter.Converter<java.lang.Object,java.lang.Object>
| Constructor and Description |
|---|
ResultProcessingConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
convert(java.lang.Object source)
Convert the source object of type
S to target type T. |
public java.lang.Object convert(java.lang.Object source)
S to target type T.convert in interface org.springframework.core.convert.converter.Converter<java.lang.Object,java.lang.Object>source - the source object to convert, which must be an instance of S (never null)T (potentially null)java.lang.IllegalArgumentException - if the source cannot be converted to the desired target type