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 Link icon

    • getValue Link icon

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

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