Class SetProperty<T,​B extends Bean>

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

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

      • getTypeForAccessorAndMutator

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

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