Interface FieldSetMarshaller.Supplied<T,V extends Supplier<T>>

Type Parameters:
T - the writer type
V - the reader type
All Superinterfaces:
FieldReadable<V>, FieldSetMarshaller<T,V>, Writable<T>
All Known Implementing Classes:
UUIDMarshaller
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
  • Method Details

    • build

      default T build(V value)
      Description copied from interface: FieldSetMarshaller
      Builds the target object from the read value.
      Specified by:
      build in interface FieldSetMarshaller<T,V extends Supplier<T>>
      Parameters:
      value - a read value
      Returns:
      the target object