Interface IProfileAttributeDescriptor

  • All Superinterfaces:
    Serializable
    All Known Implementing Classes:
    ProfileAttributeDescriptor

    public interface IProfileAttributeDescriptor
    extends Serializable
    Common interface describing a (user) profile attribute. Profile attributes are described by a type and name. Descriptors of a profile attribute are used to evaluate the value of said attribute on a given profile. E.g. A profile attribute may be described as a JSON path to the property within the profile JSON. Custom profile attribute types and how they are evaluated may be defined via IPluginProfileFilterExtension.
    Since:
    8.0.0
    Author:
    XIMA Media GmbH