Interface FieldSetMarshaller.Simple<T>
- Type Parameters:
T- the marshaller type
- All Superinterfaces:
FieldReadable<T>, FieldSetMarshaller<T,T>, Writable<T>
- All Known Subinterfaces:
ClassLoaderMarshaller
- All Known Implementing Classes:
AddressMarshaller, ComparatorMarshaller, DurationMarshaller, InetAddressMarshaller, LocalDateMarshaller, LocalTimeMarshaller, UUIDMarshaller, YearMarshaller, ZoneOffsetMarshaller
- Enclosing interface:
FieldSetMarshaller<T,V>
A simple field set marshaller whose reader and writer types are the same
- 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.- Specified by:
buildin interfaceFieldSetMarshaller<T,T> - Parameters:
value- a read value- Returns:
- the target object
-