Class AccessOptions

java.lang.Object
org.springframework.data.mapping.AccessOptions

public class AccessOptions extends Object
Access options when using PersistentPropertyPathAccessor to get and set properties. Allows defining how to handle null values, register custom transforming handlers when accessing collections and maps and propagation settings for how to handle intermediate collection and map values when setting values.
Since:
2.3
Author:
Oliver Drotbohm
  • Constructor Details

    • AccessOptions

      public AccessOptions()
  • Method Details