Uses of Class
io.bytestreams.codec.core.DataObject
Packages that use DataObject
-
Uses of DataObject in io.bytestreams.codec.core
Subclasses of DataObject in io.bytestreams.codec.coreMethods in io.bytestreams.codec.core with type parameters of type DataObjectModifier and TypeMethodDescriptionstatic <T extends DataObject,V>
FieldSpec<T, V> Creates a FieldSpec backed by the object's internal map.static <T extends DataObject,V>
FieldSpec<T, V> Creates a FieldSpec backed by the object's internal map with a presence predicate.Method parameters in io.bytestreams.codec.core with type arguments of type DataObjectModifier and TypeMethodDescriptionprotected <V> VDataObject.get(FieldSpec<? extends DataObject, V> spec) Gets a field value using a FieldSpec.<V> VSimpleData.get(FieldSpec<? extends DataObject, V> spec) protected <V> voidDataObject.set(FieldSpec<? extends DataObject, V> spec, V value) Sets a field value using a FieldSpec.<V> voidSimpleData.set(FieldSpec<? extends DataObject, V> spec, V value)