Interface SubjectAccessor

All Known Subinterfaces:
SubjectAccessor.SubjectProperty

public interface SubjectAccessor
Provides an accessor for a subject property.
  • Method Details

    • getSubject

      <S> S getSubject()
      Retrieves the subject from the subject property.
      Type Parameters:
      S - The expected type of the subject.
      Returns:
      The subject stored by the subject property.