Interface FieldSetMarshaller.Supplied<T, V extends Supplier<T>>
- Type Parameters:
T- the writer typeV- the reader type
- All Superinterfaces:
FieldReadable<V>, FieldSetMarshaller<T,V>, Writable<T>
- Enclosing interface:
FieldSetMarshaller<T,V>
public static interface FieldSetMarshaller.Supplied<T, V extends Supplier<T>>
extends FieldSetMarshaller<T,V>
A field set marshaller whose reader type supplies the writer type.
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface FieldSetMarshaller
FieldSetMarshaller.Entry<T,K, V>, FieldSetMarshaller.Simple<T>, FieldSetMarshaller.Supplied<T, V> -
Method Summary
Methods inherited from interface FieldReadable
getFields, nextIndex, readFromMethods inherited from interface FieldSetMarshaller
asMarshaller, asMarshaller, createInitialValue
-
Method Details
-
build
Description copied from interface:FieldSetMarshallerBuilds the target object from the read value.
-