Class ComponentDescriptor
java.lang.Object
org.fenixedu.cms.domain.component.ComponentDescriptor
Describes a
Component, containing all the necessary information to
dynamically instantiate them.- Author:
- João Carvalho (joao.pedro.carvalho@tecnico.ulisboa.pt)
-
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.google.gson.JsonObject jsonObject) static <T> Constructor<T>getConstructorIfAvailable(Class<T> clazz, Class<?>... paramTypes) static MethodgetMethodIfAvailable(Class<?> clazz, String methodName, Class<?>... paramTypes) getName()com.google.gson.JsonArraygetParameterDescription(Page page) Class<?>getType()instantiate(com.google.gson.JsonObject params) booleanbooleanstatic voidCopied from Spring ClassUtilscom.google.gson.JsonObjecttoJson()