-
public final class ListAnalyzer<T extends Object, S extends Serializer<?>> extends TypeAnalyzer<List<T>, ListReader<T, S>, ListWriter<T, S>, S>
-
-
Constructor Summary
Constructors Constructor Description ListAnalyzer(Prism<S> prism, ClassMirror type)
-
Method Summary
Modifier and Type Method Description final ClassMirrorgetListType()final TypeMirrorgetElementType()final Prism<S>getPrism()final ConcreteTypeMirrorgetType()-
-
Method Detail
-
getListType
final ClassMirror getListType()
-
getElementType
final TypeMirror getElementType()
-
getType
final ConcreteTypeMirror getType()
-
-
-
-