public class JavaType extends Object
| Constructor and Description |
|---|
JavaType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addType(Class<?> type) |
void |
addTypeMapping(Class<?> from,
Class<?> to) |
void |
addTypeMapping(String from,
Class<?> to) |
Class<?> |
getType(String typeString) |
void |
removeType(Class<?> type) |
Copyright © 2025. All rights reserved.