T - The element typeB - The container Bean typepublic final class ListProperty<T,B> extends Property<java.util.List<T>,B>
| Constructor and Description |
|---|
ListProperty(java.lang.String name,
java.lang.Class<T> elementType,
java.lang.Class<B> beanType) |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<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.List> |
getTypeForAccessorAndMutator() |
static java.lang.Class<java.util.ArrayList> |
getTypeForDeclaration() |
public static java.lang.Class<java.util.List> getTypeForAccessorAndMutator()
public static java.lang.Class<java.util.ArrayList> getTypeForDeclaration()
public java.util.ArrayList<T> convert(java.lang.Object value)
Propertypublic java.lang.Class<T> getElementType()