Class OrthodoxObjectValue
java.lang.Object
org.smallmind.bayeux.oumuamua.server.spi.json.orthodox.OrthodoxValue
org.smallmind.bayeux.oumuamua.server.spi.json.orthodox.OrthodoxObjectValue
- All Implemented Interfaces:
ObjectValue<OrthodoxValue>,Value<OrthodoxValue>
- Direct Known Subclasses:
OrthodoxMessage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanisEmpty()<U extends Value<OrthodoxValue>>
ObjectValue<OrthodoxValue>intsize()Methods inherited from class org.smallmind.bayeux.oumuamua.server.spi.json.orthodox.OrthodoxValue
getFactory, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.smallmind.bayeux.oumuamua.server.api.json.ObjectValue
getType, put, put, put, put, putMethods inherited from interface org.smallmind.bayeux.oumuamua.server.api.json.Value
getFactory
-
Constructor Details
-
OrthodoxObjectValue
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceObjectValue<OrthodoxValue>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceObjectValue<OrthodoxValue>
-
fieldNames
- Specified by:
fieldNamesin interfaceObjectValue<OrthodoxValue>
-
get
- Specified by:
getin interfaceObjectValue<OrthodoxValue>
-
put
- Specified by:
putin interfaceObjectValue<OrthodoxValue>
-
remove
- Specified by:
removein interfaceObjectValue<OrthodoxValue>
-
removeAll
- Specified by:
removeAllin interfaceObjectValue<OrthodoxValue>
-
encode
- Specified by:
encodein interfaceValue<OrthodoxValue>- Throws:
IOException
-