public class TypeMapping extends Object
| Constructor and Description |
|---|
TypeMapping() |
| Modifier and Type | Method and Description |
|---|---|
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 © 2026. All rights reserved.