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>
- All Known Implementing Classes:
EnumSetFieldSetMarshaller,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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller
FieldSetMarshaller.Simple<T>, FieldSetMarshaller.Supplied<T,V extends Supplier<T>>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Tbuild(V value)Builds the target object from the read value.-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.FieldReadable
getFields, nextIndex, readFrom
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller
createInitialValue
-
-
-
-
Method Detail
-
build
default T build(V value)
Description copied from interface:FieldSetMarshallerBuilds the target object from the read value.
-
-