Interface PropertyAccess

    • Method Detail

      • getGetter

        Getter getGetter()
        Obtain the delegate for getting values of the persistent attribute.
        Returns:
        The property getter
      • getSetter

        @Nullable Setter getSetter()
        Obtain the delegate for setting values of the persistent attribute.
        Returns:
        The property setter