Package org.eclipse.lyo.server.ui.model
Class PreviewFactory
java.lang.Object
org.eclipse.lyo.server.ui.model.PreviewFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Preview
getPreview
(AbstractResource aResource, List<String> getterMethodNames, boolean showPropertyHeadingsAsLinks) static String
getPreviewAsJsonString
(AbstractResource aResource, List<String> getterMethodNames, boolean showPropertyHeadingsAsLinks)
-
Constructor Details
-
PreviewFactory
public PreviewFactory()
-
-
Method Details
-
getPreview
public static Preview getPreview(AbstractResource aResource, List<String> getterMethodNames, boolean showPropertyHeadingsAsLinks) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException -
getPreviewAsJsonString
public static String getPreviewAsJsonString(AbstractResource aResource, List<String> getterMethodNames, boolean showPropertyHeadingsAsLinks) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException, com.fasterxml.jackson.core.JsonProcessingException - Throws:
IllegalAccessException
IllegalArgumentException
InvocationTargetException
NoSuchMethodException
SecurityException
com.fasterxml.jackson.core.JsonProcessingException
-