Class LithoAttributePlugin
- java.lang.Object
-
- com.facebook.testing.screenshot.layouthierarchy.AbstractAttributePlugin
-
- com.facebook.testing.screenshot.layouthierarchy.litho.LithoAttributePlugin
-
- All Implemented Interfaces:
com.facebook.testing.screenshot.layouthierarchy.AttributePlugin
public class LithoAttributePlugin extends com.facebook.testing.screenshot.layouthierarchy.AbstractAttributePlugin
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(Object obj)static LithoAttributePlugingetInstance()Stringnamespace()voidputAttributes(JSONObject node, Object obj, Point offset)
-
-
-
Method Detail
-
getInstance
public static LithoAttributePlugin getInstance()
-
accept
public boolean accept(Object obj)
-
namespace
public String namespace()
-
putAttributes
public void putAttributes(JSONObject node, Object obj, Point offset) throws JSONException
- Throws:
JSONException
-
-