public class GlobalObjectTransformerLoader extends Object
| Constructor and Description |
|---|
GlobalObjectTransformerLoader() |
| Modifier and Type | Method and Description |
|---|---|
static void |
changeNamespaceToScan(String newNamespace)
Use this static function to set the namespace to scan.
|
static <T> ObjectMapper<T> |
getObjectMapperForClass(Class<T> genericType) |
public static <T> ObjectMapper<T> getObjectMapperForClass(Class<T> genericType) throws InstantiationException, IllegalAccessException, InvocationTargetException, SecurityException, IllegalArgumentException, NoSuchMethodException
public static void changeNamespaceToScan(String newNamespace)
newNamespace - the new namespace to be searched for
GlobalValueTransformerCopyright © 2012–2022 Zalando SE. All rights reserved.