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