Uses of Interface
org.apache.ignite.binary.BinaryObjectBuilder
-
Packages that use BinaryObjectBuilder Package Description org.apache.ignite.binary Contains Ignite Binary Objects API classes.org.apache.ignite.internal.binary.builder -
-
Uses of BinaryObjectBuilder in org.apache.ignite.binary
Methods in org.apache.ignite.binary that return BinaryObjectBuilder Modifier and Type Method Description BinaryObjectBuilderBinaryObjectBuilder. removeField(String fieldName)Removes field from this builder.BinaryObjectBuilderBinaryObjectBuilder. setField(String name, @Nullable BinaryObjectBuilder builder)Sets field value.BinaryObjectBuilderBinaryObjectBuilder. setField(String name, Object val)Sets field value.<T> BinaryObjectBuilderBinaryObjectBuilder. setField(String name, T val, Class<? super T> type)Sets field value with value type specification.BinaryObjectBuilderBinaryObject. toBuilder()Creates a newBinaryObjectBuilderbased on this binary object.Methods in org.apache.ignite.binary with parameters of type BinaryObjectBuilder Modifier and Type Method Description BinaryObjectBuilderBinaryObjectBuilder. setField(String name, @Nullable BinaryObjectBuilder builder)Sets field value. -
Uses of BinaryObjectBuilder in org.apache.ignite.internal.binary.builder
Subinterfaces of BinaryObjectBuilder in org.apache.ignite.internal.binary.builder Modifier and Type Interface Description interfaceBinaryObjectBuilderExInternal interface forBinaryObjectBuilder.Methods in org.apache.ignite.internal.binary.builder that return BinaryObjectBuilder Modifier and Type Method Description static BinaryObjectBuilderBinaryObjectBuilders. builder(BinaryObject obj)static BinaryObjectBuilderBinaryObjectBuilders. builder(BinaryContext binaryCtx, String clsName)BinaryObjectBuilderBinaryObjectBuildersFactory. builder(BinaryObject obj)BinaryObjectBuilderBinaryObjectBuildersFactory. builder(BinaryContext binaryCtx, String clsName)
-