public class CompoundBuilder extends AbstractBuilder
type| Modifier and Type | Method and Description |
|---|---|
<T> T |
build(java.lang.Object initializationObject,
EserialContext context)
Builds an
Object with the given type and initializes it from the given Object parameter. |
public <T> T build(java.lang.Object initializationObject,
EserialContext context)
AbstractBuilderObject with the given type and initializes it from the given Object parameter.build in class AbstractBuilderT - is the Type of the reference which the returned Object is given toinitializationObject - is the initial value of the Objectcontext - an EserialContext containing information about the context of the element to be builtType and initialized with the Map parameter