Interface SingleValuePropertyDescriptor<T>

    • Method Detail

      • type

        @Deprecated
        Class<T> type()
        Deprecated.
        Description copied from interface: PropertyDescriptor
        Denotes the value datatype. For multi value properties, this is not the List class but the list's component class.
        Specified by:
        type in interface PropertyDescriptor<T>
        Returns:
        Class literal of the value type