T - The element typeB - The container Bean typepublic final class SetProperty<T,B> extends Property<java.util.Set<T>,B>
| Constructor and Description |
|---|
SetProperty(java.lang.String name,
java.lang.Class<T> elementType,
java.lang.Class<B> beanType) |
| Modifier and Type | Method and Description |
|---|---|
java.util.HashSet<T> |
convert(java.lang.Object value)
A basic property returns the same object because there is not a different concrete type.
|
java.lang.Class<T> |
getElementType() |
static java.lang.Class<java.util.Set> |
getTypeForAccessorAndMutator() |
static java.lang.Class<java.util.HashSet> |
getTypeForDeclaration() |
public static java.lang.Class<java.util.Set> getTypeForAccessorAndMutator()
public static java.lang.Class<java.util.HashSet> getTypeForDeclaration()
public java.util.HashSet<T> convert(java.lang.Object value)
Propertypublic java.lang.Class<T> getElementType()