org.fudgemsg.mapping
Interface FudgeObjectBuilder<T>
- Type Parameters:
T
- the Java type this builder deserialises Fudge messages to
- All Known Subinterfaces:
- FudgeBuilder<T>
public interface FudgeObjectBuilder<T>
Defines an object capable of constructing a Java object from a Fudge message
buildObject
T buildObject(FudgeDeserializationContext context,
FudgeFieldContainer message)
- Decodes the message into an instance of type T.
- Parameters:
context
- the FudgeDeserializationContext
message
- the origin Fudge message
- Returns:
- the created object
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Released under the Apache License, Version 2.0