public class LocationConfigImpl extends Object implements LocationConfig
| Constructor and Description |
|---|
LocationConfigImpl() |
| Modifier and Type | Method and Description |
|---|---|
LocationProviderConfigImpl |
getByType(String type) |
List<LocationProviderConfigImpl> |
getProviders() |
void |
setDefault(Object defaultObject)
设置默认值信息
|
void |
verify()
执行校验操作,参数校验失败会抛出IllegalArgumentException
|
public List<LocationProviderConfigImpl> getProviders()
getProviders in interface LocationConfigpublic void verify()
Verifierpublic LocationProviderConfigImpl getByType(String type)
public void setDefault(Object defaultObject)
VerifiersetDefault in interface VerifierdefaultObject - 默认值对象Copyright © 2024. All rights reserved.