Interface ISliceContext

All Superinterfaces:
IInjectionPointContext, IMessageSink, ISelectorContext
All Known Implementing Classes:
CallbackInjectionInfo, InjectionInfo, ModifyArgInjectionInfo, ModifyArgsInjectionInfo, ModifyConstantInjectionInfo, ModifyVariableInjectionInfo, RedirectInjectionInfo

public interface ISliceContext extends IInjectionPointContext
Context for a slice declaration
  • Method Details

    • getSlice

      MethodSlice getSlice(String id)
      Fetch slice with the specified id from this context, the slice id may be transformed internally by the context according to restrictions on the injector itself
      Parameters:
      id - slice id to fetch
      Returns:
      method slice matching query