Uses of Class
org.capnproto.StructFactory
-
-
Uses of StructFactory in org.capnproto
Fields in org.capnproto declared as StructFactory Modifier and Type Field Description StructFactory<ElementBuilder,ElementReader>StructList.Factory. factoryMethods in org.capnproto with parameters of type StructFactory Modifier and Type Method Description <U extends StructReader>
StructList.Reader<U>StructList.Builder. asReader(StructFactory<T,U> factory)Sets the list element, with the following limitation based on the fact that structs in a struct list are allocated inline: if the source struct is larger than the target struct (as can happen if it was created with a newer version of the schema), then it will be truncated, losing fields.static <ElementBuilder extends StructBuilder,ElementReader extends StructReader>
StructList.Factory<ElementBuilder,ElementReader>StructList. newFactory(StructFactory<ElementBuilder,ElementReader> factory)<U extends StructReader>
voidStructList.Builder. setWithCaveats(StructFactory<T,U> factory, int index, U value)Constructors in org.capnproto with parameters of type StructFactory Constructor Description Factory(StructFactory<ElementBuilder,ElementReader> factory)
-