Class GlobalValueTransformerLoader
java.lang.Object
org.zalando.sprocwrapper.globalvaluetransformer.GlobalValueTransformerLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidchangeNamespaceToScan(String newNamespace) Use this static function to set the namespace to scan.static ValueTransformer<?, ?> getValueTransformerForClass(Class<?> genericType)
-
Constructor Details
-
GlobalValueTransformerLoader
public GlobalValueTransformerLoader()
-
-
Method Details
-
getValueTransformerForClass
public static ValueTransformer<?,?> getValueTransformerForClass(Class<?> genericType) throws InstantiationException, IllegalAccessException, InvocationTargetException, NoSuchMethodException -
changeNamespaceToScan
Use this static function to set the namespace to scan.- Parameters:
newNamespace- the new namespace to be searched forGlobalValueTransformer
-