public class Injection extends Object
public void inject(String propertyType, String propertyName, String propertyValue, Object object) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
propertyType - The property type as a fully qualified class namepropertyName - The property namepropertyValue - The property valueobject - The objectNoSuchMethodException - If the property method cannot be foundIllegalAccessException - If the property method cannot be
accessedInvocationTargetException - If the property method cannot be
executedCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.