Uses of Class
org.smallmind.bayeux.oumuamua.server.spi.json.orthodox.OrthodoxValueFactory
Packages that use OrthodoxValueFactory
-
Uses of OrthodoxValueFactory in org.smallmind.bayeux.oumuamua.server.spi.json.orthodox
Constructors in org.smallmind.bayeux.oumuamua.server.spi.json.orthodox with parameters of type OrthodoxValueFactoryModifierConstructorDescriptionprotectedOrthodoxArrayValue(OrthodoxValueFactory factory) protectedOrthodoxBooleanValue(OrthodoxValueFactory factory, boolean value) protectedOrthodoxDoubleValue(OrthodoxValueFactory factory, double value) protectedOrthodoxIntegerValue(OrthodoxValueFactory factory, int value) protectedOrthodoxLongValue(OrthodoxValueFactory factory, long value) OrthodoxMessage(OrthodoxCodec codec, OrthodoxValueFactory factory) protectedOrthodoxNullValue(OrthodoxValueFactory factory) protectedOrthodoxObjectValue(OrthodoxValueFactory factory) protectedOrthodoxTextValue(OrthodoxValueFactory factory, String text) protectedOrthodoxValue(OrthodoxValueFactory factory)