Class OrthodoxTextValue
java.lang.Object
org.smallmind.bayeux.oumuamua.server.spi.json.orthodox.OrthodoxValue
org.smallmind.bayeux.oumuamua.server.spi.json.orthodox.OrthodoxTextValue
- All Implemented Interfaces:
StringValue<OrthodoxValue>,Value<OrthodoxValue>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOrthodoxTextValue(OrthodoxValueFactory factory, String text) -
Method Summary
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.StringValue
getTypeMethods inherited from interface org.smallmind.bayeux.oumuamua.server.api.json.Value
getFactory
-
Constructor Details
-
OrthodoxTextValue
-
-
Method Details
-
asText
- Specified by:
asTextin interfaceStringValue<OrthodoxValue>
-
encode
- Specified by:
encodein interfaceValue<OrthodoxValue>- Throws:
IOException
-