Serialized Form


Package org.fudgemsg

Class org.fudgemsg.FudgeFieldType extends Object implements Serializable

Serialized Fields

_typeId

int _typeId
The Fudge type id, from the specification.


_javaType

Class<T> _javaType
The Java equivalent type.


_isVariableSize

boolean _isVariableSize
Whether the type is sent as a variable size in the protocol.


_fixedSize

int _fixedSize
The size of the type in bytes when the size is fixed.

Class org.fudgemsg.FudgeMsg extends FudgeMsgBase implements Serializable

Class org.fudgemsg.FudgeMsgBase extends Object implements Serializable

Serialized Fields

_fudgeContext

FudgeContext _fudgeContext
The Fudge context.


_fields

List<E> _fields
The list of fields.

Class org.fudgemsg.FudgeMsgEnvelope extends Object implements Serializable

Serialized Fields

_message

FudgeFieldContainer _message
The message this envelope wraps.


_processingDirectives

int _processingDirectives
The processing direcives.


_version

int _version
The version.

Class org.fudgemsg.FudgeMsgField extends Object implements Serializable

Serialized Fields

_type

FudgeFieldType<T> _type
The Fudge field type.


_value

Object _value
The value.


_name

String _name
The optional field name.


_ordinal

Short _ordinal
The optional field ordinal.

Class org.fudgemsg.FudgeRuntimeException extends RuntimeException implements Serializable

Class org.fudgemsg.FudgeRuntimeIOException extends FudgeRuntimeException implements Serializable

Class org.fudgemsg.ImmutableFudgeMsg extends FudgeMsgBase implements Serializable


Package org.fudgemsg.types

Class org.fudgemsg.types.ByteArrayFieldType extends FudgeFieldType<byte[]> implements Serializable

Class org.fudgemsg.types.DateFieldType extends FudgeFieldType<FudgeDate> implements Serializable

Class org.fudgemsg.types.DateTimeFieldType extends FudgeFieldType<FudgeDateTime> implements Serializable

Class org.fudgemsg.types.DoubleArrayFieldType extends FudgeFieldType<double[]> implements Serializable

Class org.fudgemsg.types.FloatArrayFieldType extends FudgeFieldType<float[]> implements Serializable

Class org.fudgemsg.types.FudgeMsgFieldType extends FudgeFieldType<FudgeFieldContainer> implements Serializable

Class org.fudgemsg.types.IndicatorFieldType extends FudgeFieldType<IndicatorType> implements Serializable

Class org.fudgemsg.types.IntArrayFieldType extends FudgeFieldType<int[]> implements Serializable

Class org.fudgemsg.types.LongArrayFieldType extends FudgeFieldType<long[]> implements Serializable

Class org.fudgemsg.types.SecondaryFieldType extends SecondaryFieldTypeBase<SecondaryType,PrimitiveType,PrimitiveType> implements Serializable

Class org.fudgemsg.types.SecondaryFieldTypeBase extends FudgeFieldType<SecondaryType> implements Serializable

Serialized Fields

_delegate

FudgeFieldType<T> _delegate

Class org.fudgemsg.types.ShortArrayFieldType extends FudgeFieldType<short[]> implements Serializable

Class org.fudgemsg.types.StringFieldType extends FudgeFieldType<String> implements Serializable

Class org.fudgemsg.types.TimeFieldType extends FudgeFieldType<FudgeTime> implements Serializable

Class org.fudgemsg.types.UnknownFudgeFieldType extends FudgeFieldType<UnknownFudgeFieldValue> implements Serializable


Package org.fudgemsg.types.secondary

Class org.fudgemsg.types.secondary.JavaMathBigDecimalFieldType extends SecondaryFieldType<BigDecimal,String> implements Serializable

Class org.fudgemsg.types.secondary.JavaUtilCalendarFieldType extends SecondaryFieldTypeBase<Calendar,Object,FudgeDateTime> implements Serializable

Class org.fudgemsg.types.secondary.JavaUtilDateFieldType extends SecondaryFieldTypeBase<Date,Object,FudgeDateTime> implements Serializable

Class org.fudgemsg.types.secondary.JavaUtilTimeZoneFieldType extends SecondaryFieldType<TimeZone,String> implements Serializable

Class org.fudgemsg.types.secondary.JavaUtilUUIDFieldType extends SecondaryFieldType<UUID,byte[]> implements Serializable

Class org.fudgemsg.types.secondary.JSR310DateProviderFieldType extends SecondaryFieldType<DateProvider,FudgeDate> implements Serializable

Class org.fudgemsg.types.secondary.JSR310DateTimeProviderFieldType extends SecondaryFieldType<DateTimeProvider,FudgeDateTime> implements Serializable

Class org.fudgemsg.types.secondary.JSR310InstantFieldType extends SecondaryFieldType<Instant,FudgeDateTime> implements Serializable

Class org.fudgemsg.types.secondary.JSR310InstantProviderFieldType extends SecondaryFieldType<InstantProvider,FudgeDateTime> implements Serializable

Class org.fudgemsg.types.secondary.JSR310LocalDateFieldType extends SecondaryFieldTypeBase<LocalDate,DateProvider,FudgeDate> implements Serializable

Class org.fudgemsg.types.secondary.JSR310LocalDateTimeFieldType extends SecondaryFieldTypeBase<LocalDateTime,DateTimeProvider,FudgeDateTime> implements Serializable

Class org.fudgemsg.types.secondary.JSR310LocalTimeFieldType extends SecondaryFieldTypeBase<LocalTime,TimeProvider,FudgeTime> implements Serializable

Class org.fudgemsg.types.secondary.JSR310OffsetDateFieldType extends SecondaryFieldType<OffsetDate,FudgeDateTime> implements Serializable

Class org.fudgemsg.types.secondary.JSR310OffsetDateTimeFieldType extends SecondaryFieldType<OffsetDateTime,FudgeDateTime> implements Serializable

Class org.fudgemsg.types.secondary.JSR310OffsetTimeFieldType extends SecondaryFieldTypeBase<OffsetTime,TimeProvider,FudgeTime> implements Serializable

Class org.fudgemsg.types.secondary.JSR310TimeProviderFieldType extends SecondaryFieldType<TimeProvider,FudgeTime> implements Serializable

Class org.fudgemsg.types.secondary.JSR310TimeZoneFieldType extends SecondaryFieldType<TimeZone,String> implements Serializable



Copyright 2009-Present by OpenGamma Inc. and individual contributors
Released under the Apache License, Version 2.0