Class ClientFactory

    • Method Detail

      • create

        public <T> Client<T> create​(Class<T> entityType)
        Create a Client for the given annotated entity type.
        Type Parameters:
        T - the entity type of the required client
        Parameters:
        entityType - the entity type of the required client
        Returns:
        the created client