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
HL7Exception
public static <T extends Message> T instantiateMessage(Class<T> theType, ModelClassFactory theModelClassFactory) throws HL7Exception
HL7Exception
public static <T> T instantiate(Class<T> theType) throws HL7Exception
HL7Exception
Copyright © 2001–2017 University Health Network. All rights reserved.