public class PropertyJsonBean extends BasePropertyBean implements Serializable
| Type | Property and Description |
|---|---|
Property<?> |
as |
description, fixedValues, name, type, value| Constructor and Description |
|---|
PropertyJsonBean()
Default constructor for instrospection.
|
PropertyJsonBean(Property<?> property)
Initialization from Property.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyJsonBean |
addFixedValue(String value)
Work with properties.
|
String |
asJson()
Format the property as a Json Expression.
|
Property<?> |
asProperty() |
String |
toString() |
getDescription, getFixedValues, getName, getType, getValue, setDescription, setFixedValues, setName, setType, setValuepublic Property<?> asProperty
public PropertyJsonBean()
public PropertyJsonBean(Property<?> property)
property - target propertypublic PropertyJsonBean addFixedValue(String value)
value - add a fixed value to the setpublic Property<?> asProperty()
public String asJson()
Copyright © 2013–2017 FF4J. All rights reserved.