Package com.enonic.xp.data
Class PropertyValueJson
- java.lang.Object
-
- com.enonic.xp.data.PropertyValueJson
-
@PublicApi public final class PropertyValueJson extends Object
-
-
Field Summary
Fields Modifier and Type Field Description List<PropertyArrayJson>
set
Object
v
-
Constructor Summary
Constructors Constructor Description PropertyValueJson()
-
-
-
Field Detail
-
v
public Object v
-
set
public List<PropertyArrayJson> set
-
-