public class ResultFinderFactory
extends java.lang.Object
ResultFinder
instances.
ResultFinders require choosing a compatible set of QueryCoder
, DataSource
, and
ResponseDecoder
instances in order to function. This factory supplies factory methods for the
creation of properly configured ResultFinder instances.
ResultFinder
Constructor and Description |
---|
ResultFinderFactory() |
Modifier and Type | Method and Description |
---|---|
static ResultFinder<BusinessQuery,Response<Business>> |
getDefaultBusinessResultFinder() |
static ResultFinder<LocationQuery,Response<Location>> |
getDefaultLocationResultFinder() |
static ResultFinder<PersonQuery,Response<Person>> |
getDefaultPersonResultFinder() |
static ResultFinder<PhoneQuery,Response<Phone>> |
getDefaultPhoneResultFinder() |
public static ResultFinder<PersonQuery,Response<Person>> getDefaultPersonResultFinder()
public static ResultFinder<BusinessQuery,Response<Business>> getDefaultBusinessResultFinder()
public static ResultFinder<PhoneQuery,Response<Phone>> getDefaultPhoneResultFinder()
public static ResultFinder<LocationQuery,Response<Location>> getDefaultLocationResultFinder()