Package uk.co.blackpepper.bowman
Class ClientFactory
- java.lang.Object
-
- uk.co.blackpepper.bowman.ClientFactory
-
public class ClientFactory extends Object
Factory class for creatingClient
s.ClientFactories
are 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 aClient
for the given annotated entity type.
-