public class TypeMapping extends Object
| 构造器和说明 |
|---|
TypeMapping() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addMapping(Class<?> from,
Class<?> to) |
void |
addMapping(String from,
String to) |
String |
getType(String typeString) |
void |
removeMapping(Class<?> from) |
void |
removeMapping(String from) |
Copyright © 2025. All rights reserved.