Class AuditorAwareImpl

java.lang.Object
org.apache.fineract.infrastructure.core.domain.AuditorAwareImpl
All Implemented Interfaces:
org.springframework.data.domain.AuditorAware<Long>

public class AuditorAwareImpl extends Object implements org.springframework.data.domain.AuditorAware<Long>
  • Constructor Details

    • AuditorAwareImpl

      public AuditorAwareImpl()
  • Method Details

    • getCurrentAuditor

      public Optional<Long> getCurrentAuditor()
      Specified by:
      getCurrentAuditor in interface org.springframework.data.domain.AuditorAware<Long>