Interface UnmarshalFactory.UnmarshalFactoryComposite<T,C>

Type Parameters:
T - The type of the instances being served by the UnmarshalFactory factory.
C - The type of the complement regarding the type of the UnmarshalFactory.
All Superinterfaces:
UnmarshalFactory<T>, UnmarshalFactory.UnmarshalFactoryComplement<C>
Enclosing interface:
UnmarshalFactory<SRC>

public static interface UnmarshalFactory.UnmarshalFactoryComposite<T,C> extends UnmarshalFactory<T>, UnmarshalFactory.UnmarshalFactoryComplement<C>