Package uk.co.blackpepper.bowman
Class ClientFactory
- java.lang.Object
-
- uk.co.blackpepper.bowman.ClientFactory
-
public class ClientFactory extends Object
Factory class for creatingClients.ClientFactoriesare created viaConfiguration.buildClientFactory().- Author:
- Ryan Pickett
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Client<T>create(Class<T> entityType)Create aClientfor the given annotated entity type.
-