Interface PropertyAccessorService

All Known Implementing Classes:
PropertyAccessorServiceImpl

public interface PropertyAccessorService
Service that sets and gets properties of an entity using reflection. This service caches accessor objects for optimal performance.
  • Method Details

    • getValue

      @Nullable @Nullable Object getValue(Object entity, String propertyName)
    • setValue

      void setValue(Object entity, String propertyName, @Nullable @Nullable Object value)