Interface RuntimePersistentPropertyConversionContext
-
- All Superinterfaces:
io.micronaut.core.annotation.AnnotationMetadataProvider
,io.micronaut.core.annotation.AnnotationSource
,io.micronaut.core.convert.ArgumentConversionContext<java.lang.Object>
,io.micronaut.core.convert.ConversionContext
,io.micronaut.core.convert.ErrorsContext
,java.lang.Iterable<io.micronaut.core.convert.ConversionError>
,io.micronaut.core.type.TypeVariableResolver
public interface RuntimePersistentPropertyConversionContext extends io.micronaut.core.convert.ArgumentConversionContext<java.lang.Object>
Conversion context that has access to converterRuntimePersistentProperty
.- Since:
- 3.1
- Author:
- Denis Stepanov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default io.micronaut.core.type.Argument<java.lang.Object>
getArgument()
RuntimePersistentProperty<?>
getRuntimePersistentProperty()
Returns runtime persistent property.-
Methods inherited from interface io.micronaut.core.annotation.AnnotationMetadataProvider
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByType
-
Methods inherited from interface io.micronaut.core.annotation.AnnotationSource
getAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeDeclared
-
Methods inherited from interface io.micronaut.core.convert.ArgumentConversionContext
getAnnotationMetadata, getTypeParameters, getTypeVariables, with
-
Methods inherited from interface io.micronaut.core.convert.ConversionContext
getCharset, getLocale, with
-
-
-
-
Method Detail
-
getRuntimePersistentProperty
RuntimePersistentProperty<?> getRuntimePersistentProperty()
Returns runtime persistent property.- Returns:
- the property
-
getArgument
default io.micronaut.core.type.Argument<java.lang.Object> getArgument()
- Specified by:
getArgument
in interfaceio.micronaut.core.convert.ArgumentConversionContext<java.lang.Object>
-
-