程序包 org.jsfr.json
类 StaticPrimitiveHolder
- java.lang.Object
-
- org.jsfr.json.StaticPrimitiveHolder
-
- 所有已实现的接口:
PrimitiveHolder
public class StaticPrimitiveHolder extends Object implements PrimitiveHolder
Created by Administrator on 2015/7/18 0018.
-
-
方法详细资料
-
getValue
public Object getValue()
- 指定者:
getValue在接口中PrimitiveHolder
-
setValue
public void setValue(Object value)
- 指定者:
setValue在接口中PrimitiveHolder- 参数:
value- hack to override the holding value
-
withValue
public StaticPrimitiveHolder withValue(Object value)
-
-