Package io.micronaut.data.r2dbc.convert
Interface R2dbcConversionContext
- All Superinterfaces:
- io.micronaut.core.annotation.AnnotationMetadataProvider,- io.micronaut.core.annotation.AnnotationSource,- io.micronaut.core.convert.ConversionContext,- io.micronaut.core.convert.ErrorsContext,- Iterable<io.micronaut.core.convert.ConversionError>,- io.micronaut.core.type.TypeVariableResolver
public interface R2dbcConversionContext
extends io.micronaut.core.convert.ConversionContext
Conversion context for R2DBC implementation.
- Since:
- 3.1
- Author:
- Denis Stepanov
- 
Field SummaryFields inherited from interface io.micronaut.core.annotation.AnnotationSourceEMPTYFields inherited from interface io.micronaut.core.convert.ConversionContextBOOLEAN, DEFAULT, INT, LIST_OF_STRING, LONG, MAP, STRING
- 
Method SummaryModifier and TypeMethodDescriptionio.r2dbc.spi.ConnectionProvides access to R2DBC connection.Methods inherited from interface io.micronaut.core.annotation.AnnotationMetadataProviderfindAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, getTargetAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByTypeMethods inherited from interface io.micronaut.core.annotation.AnnotationSourcegetAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeDeclaredMethods inherited from interface io.micronaut.core.convert.ConversionContextgetCharset, getLocale, getTypeVariables, withMethods inherited from interface io.micronaut.core.convert.ErrorsContextgetLastError, hasErrors, iterator, reject, rejectMethods inherited from interface java.lang.IterableforEach, spliteratorMethods inherited from interface io.micronaut.core.type.TypeVariableResolvergetFirstTypeVariable, getTypeParameters, getTypeVariable
- 
Method Details- 
getConnectionio.r2dbc.spi.Connection getConnection()Provides access to R2DBC connection.- Returns:
- the connection
 
 
-