public class SchemaCache extends Object
| 构造器和说明 |
|---|
SchemaCache() |
| 限定符和类型 | 方法和说明 |
|---|---|
io.protostuff.Schema<?> |
get(Class<?> cls) |
static SchemaCache |
getInstance() |
void |
registerDelegate(io.protostuff.runtime.Delegate<?> delegate)
注册 Delegate
|
public void registerDelegate(io.protostuff.runtime.Delegate<?> delegate)
delegate - delegatepublic static SchemaCache getInstance()
public io.protostuff.Schema<?> get(Class<?> cls)
Copyright © 2019. All rights reserved.