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