R
- The result typepublic interface PreparedDataOperation<R> extends StoredDataOperation<R>, io.micronaut.core.attr.AttributeHolder
Modifier and Type | Method and Description |
---|---|
default <RT> java.util.Optional<RT> |
getParameterInRole(java.lang.String role,
java.lang.Class<RT> type)
Return the value of the given parameter if the given role.
|
getResultArgument, getTransactionDefinition
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByType
default <RT> java.util.Optional<RT> getParameterInRole(@NonNull java.lang.String role, @NonNull java.lang.Class<RT> type)
RT
- The generic typerole
- The roletype
- The type