Interface UnsafeExecutionHandle<T,R>

Type Parameters:
T - The target type
R - The result type
All Superinterfaces:
AnnotationMetadata, AnnotationMetadataDelegate, AnnotationMetadataProvider, AnnotationSource, ExecutionHandle<T,R>

@Internal public interface UnsafeExecutionHandle<T,R> extends ExecutionHandle<T,R>
A variation of ExecutionHandle that invokes without arguments validation.
Since:
4.0.0
Author:
Denis Stepanov
  • Method Details

    • invokeUnsafe

      R invokeUnsafe(Object... arguments)
      Invokes the method without validation.
      Parameters:
      arguments - The arguments
      Returns:
      The result