Class ListProperty<T,​B extends Bean>

  • Type Parameters:
    T - The element type
    B - The container Bean type
    All Implemented Interfaces:
    Serializable

    public final class ListProperty<T,​B extends Bean>
    extends IterableProperty<T,​List<T>,​B>
    A property for lists. Contains the element type
    See Also:
    Serialized Form
    • Method Detail

      • getTypeForAccessorAndMutator

        public static Class<List> getTypeForAccessorAndMutator()
        Returns:
        the type used for getter and setter methods in a Bean
      • getTypeForDeclaration

        public static Class<ArrayList> getTypeForDeclaration()
        Returns:
        the type used for field declaration in a Bean.