
Package ca.uhn.fhir.jpa.util
Class SpringObjectCaster
java.lang.Object
ca.uhn.fhir.jpa.util.SpringObjectCaster
Utility to get the Spring proxy object's target object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TgetTargetObject(Object proxy, Class<T> clazz) Retrieve the Spring proxy object's target object
-
Constructor Details
-
SpringObjectCaster
public SpringObjectCaster()
-
-
Method Details
-
getTargetObject
Retrieve the Spring proxy object's target object- Type Parameters:
T-- Parameters:
proxy-clazz-- Returns:
- Throws:
Exception
-