Uses of Class
org.teamapps.protocol.schema.MessageObject
| Package | Description |
|---|---|
| org.teamapps.protocol.schema |
-
Uses of MessageObject in org.teamapps.protocol.schema
Classes in org.teamapps.protocol.schema with type parameters of type MessageObject Modifier and Type Interface Description interfacePojoObjectDecoder<MESSAGE extends MessageObject>Methods in org.teamapps.protocol.schema with type parameters of type MessageObject Modifier and Type Method Description <TYPE extends MessageObject>
TYPEAbstractMessageProperty. getReferencedObjectAsType()<TYPE extends MessageObject>
TYPEMessageObject. getReferencedObjectAsType(java.lang.String propertyName)<TYPE extends MessageObject>
TYPEMessageProperty. getReferencedObjectAsType()<TYPE extends MessageObject>
java.util.List<TYPE>AbstractMessageProperty. getReferencedObjectsAsType()<TYPE extends MessageObject>
java.util.List<TYPE>MessageObject. getReferencedObjectsAsType(java.lang.String propertyName)<TYPE extends MessageObject>
java.util.List<TYPE>MessageProperty. getReferencedObjectsAsType()<TYPE extends MessageObject>
MessageObjectMessageObject. setReferencedObjectAsType(java.lang.String name, TYPE value)<TYPE extends MessageObject>
MessageObjectMessageObject. setReferencedObjectsAsType(java.lang.String name, java.util.List<TYPE> value)Methods in org.teamapps.protocol.schema that return MessageObject Modifier and Type Method Description MessageObjectAbstractMessageProperty. getReferencedObject()MessageObjectMessageObject. getReferencedObject(java.lang.String propertyName)MessageObjectMessageProperty. getReferencedObject()MessageObjectMessageObject. setBitSetProperty(java.lang.String name, java.util.BitSet value)MessageObjectMessageObject. setBooleanProperty(java.lang.String name, boolean value)MessageObjectMessageObject. setByteArrayProperty(java.lang.String name, byte[] value)MessageObjectMessageObject. setByteProperty(java.lang.String name, byte value)MessageObjectMessageObject. setDoubleArrayProperty(java.lang.String name, double[] value)MessageObjectMessageObject. setDoubleProperty(java.lang.String name, double value)MessageObjectMessageObject. setFileProperty(java.lang.String name, java.io.File value)MessageObjectMessageObject. setFloatArrayProperty(java.lang.String name, float[] value)MessageObjectMessageObject. setFloatProperty(java.lang.String name, float value)MessageObjectMessageObject. setIntArrayProperty(java.lang.String name, int[] value)MessageObjectMessageObject. setIntProperty(java.lang.String name, int value)MessageObjectMessageObject. setLongArrayProperty(java.lang.String name, long[] value)MessageObjectMessageObject. setLongProperty(java.lang.String name, long value)MessageObjectMessageObject. setReferencedObject(java.lang.String name, MessageObject value)<TYPE extends MessageObject>
MessageObjectMessageObject. setReferencedObjectAsType(java.lang.String name, TYPE value)MessageObjectMessageObject. setReferencedObjects(java.lang.String name, java.util.List<MessageObject> value)<TYPE extends MessageObject>
MessageObjectMessageObject. setReferencedObjectsAsType(java.lang.String name, java.util.List<TYPE> value)MessageObjectMessageObject. setStringArrayProperty(java.lang.String name, java.lang.String[] value)MessageObjectMessageObject. setStringProperty(java.lang.String name, java.lang.String value)Methods in org.teamapps.protocol.schema that return types with arguments of type MessageObject Modifier and Type Method Description PojoObjectDecoder<? extends MessageObject>MessageModelCollection. getMessageDecoder(java.lang.String uuid)PojoObjectDecoder<? extends MessageObject>MessageModelRegistry. getMessageDecoder(java.lang.String uuid)PojoObjectDecoder<? extends MessageObject>PojoObjectDecoderRegistry. getMessageDecoder(java.lang.String uuid)java.util.List<MessageObject>AbstractMessageProperty. getReferencedObjects()java.util.List<MessageObject>MessageObject. getReferencedObjects(java.lang.String propertyName)java.util.List<MessageObject>MessageProperty. getReferencedObjects()Methods in org.teamapps.protocol.schema with parameters of type MessageObject Modifier and Type Method Description voidMessageObject. addReference(java.lang.String name, MessageObject messageObject)MessageObjectMessageObject. setReferencedObject(java.lang.String name, MessageObject value)Method parameters in org.teamapps.protocol.schema with type arguments of type MessageObject Modifier and Type Method Description voidMessageModelCollection. addMessageDecoder(java.lang.String uuid, PojoObjectDecoder<? extends MessageObject> decoder)voidMessageModelRegistry. addMessageDecoder(java.lang.String uuid, PojoObjectDecoder<? extends MessageObject> decoder)voidPojoObjectDecoderRegistry. addMessageDecoder(java.lang.String uuid, PojoObjectDecoder<? extends MessageObject> decoder)MessageObjectMessageObject. setReferencedObjects(java.lang.String name, java.util.List<MessageObject> value)