Class SingleValue<V>

java.lang.Object
colesico.framework.restlet.assist.SingleValue<V>

public class SingleValue<V>
extends java.lang.Object
Single value holder. Indent to pass primitive values with rest json
  • Constructor Summary

    Constructors 
    Constructor Description
    SingleValue()  
  • Method Summary

    Modifier and Type Method Description
    V getValue()  
    void setValue​(V value)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait