Package org.eclipse.lyo.server.ui.model
Class PreviewFactory
- java.lang.Object
-
- org.eclipse.lyo.server.ui.model.PreviewFactory
-
public class PreviewFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description PreviewFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PreviewgetPreview(AbstractResource aResource, List<String> getterMethodNames, boolean showPropertyHeadingsAsLinks)static StringgetPreviewAsJsonString(AbstractResource aResource, List<String> getterMethodNames, boolean showPropertyHeadingsAsLinks)
-
-
-
Method Detail
-
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:
IllegalAccessExceptionIllegalArgumentExceptionInvocationTargetExceptionNoSuchMethodExceptionSecurityExceptioncom.fasterxml.jackson.core.JsonProcessingException
-
-