public class DefaultSaxMaker extends Object implements IMaker<Attributes>
| 构造器和说明 |
|---|
DefaultSaxMaker() |
| 限定符和类型 | 方法和说明 |
|---|---|
Bind |
buildBind(Attributes attributes) |
ClientConfig |
buildConfig(Attributes attributes) |
Domain |
buildDomain(Attributes attributes) |
Property |
buildProperty(Attributes attributes) |
Server |
buildServer(Attributes attributes) |
protected <T> T |
convert(Class<T> type,
String value,
T defaultValue) |
public Bind buildBind(Attributes attributes)
buildBind 在接口中 IMaker<Attributes>public ClientConfig buildConfig(Attributes attributes)
buildConfig 在接口中 IMaker<Attributes>public Domain buildDomain(Attributes attributes)
buildDomain 在接口中 IMaker<Attributes>public Property buildProperty(Attributes attributes)
buildProperty 在接口中 IMaker<Attributes>public Server buildServer(Attributes attributes)
buildServer 在接口中 IMaker<Attributes>Copyright © 2022. All rights reserved.