com.veriplace.client.factory
Class UserListFactory

java.lang.Object
  extended by com.veriplace.client.factory.ResponseObjectFactory<java.util.List<User>>
      extended by com.veriplace.client.factory.UserListFactory

public class UserListFactory
extends ResponseObjectFactory<java.util.List<User>>

Factory implementation for parsing a list of User objects from a response.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.veriplace.client.factory.ResponseObjectFactory
ResponseObjectFactory.JsonHelper, ResponseObjectFactory.ParseHelper<T extends ResponseObjectFactory.ParseHelper>, ResponseObjectFactory.XmlHelper
 
Field Summary
 
Fields inherited from class com.veriplace.client.factory.ResponseObjectFactory
documentFactory
 
Constructor Summary
UserListFactory()
           
 
Method Summary
protected  java.util.List<User> parseAny(ResponseObjectFactory.ParseHelper root)
           
 
Methods inherited from class com.veriplace.client.factory.ResponseObjectFactory
nullIfEmpty, parse, parse, parseDateTime, parseJson, parseXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserListFactory

public UserListFactory()
Method Detail

parseAny

protected java.util.List<User> parseAny(ResponseObjectFactory.ParseHelper root)
                                 throws MalformedResponseException
Overrides:
parseAny in class ResponseObjectFactory<java.util.List<User>>
Throws:
MalformedResponseException