Interface AutoBeanVisitor.CollectionPropertyContext
- All Superinterfaces:
AutoBeanVisitor.PropertyContext
- Enclosing class:
AutoBeanVisitor
public static interface AutoBeanVisitor.CollectionPropertyContext
extends AutoBeanVisitor.PropertyContext
A PropertyContext that describes the parameterization of the Collection
being visited.
-
Method Details
-
getElementType
Class<?> getElementType()Returns the collection's element type.- Returns:
- a Class object representing the element type
-