public class ReflectionUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
instantiate(Class<T> theType) |
static <T extends Message> |
instantiateMessage(Class<T> theType,
ModelClassFactory theModelClassFactory) |
static <T extends Structure> |
instantiateStructure(Class<T> theType,
Group parent,
ModelClassFactory theModelClassFactory) |
public static <T extends Structure> T instantiateStructure(Class<T> theType, Group parent, ModelClassFactory theModelClassFactory) throws HL7Exception
HL7Exceptionpublic static <T extends Message> T instantiateMessage(Class<T> theType, ModelClassFactory theModelClassFactory) throws HL7Exception
HL7Exceptionpublic static <T> T instantiate(Class<T> theType) throws HL7Exception
HL7ExceptionCopyright © 2001–2017 University Health Network. All rights reserved.