Class BinaryObjectBuildersFactoryImpl
- java.lang.Object
-
- org.apache.ignite.internal.binary.builder.BinaryObjectBuildersFactoryImpl
-
- All Implemented Interfaces:
BinaryObjectBuildersFactory
public class BinaryObjectBuildersFactoryImpl extends Object implements BinaryObjectBuildersFactory
Binary object builders factory implementation.- See Also:
CommonUtils.loadService(Class)
-
-
Constructor Summary
Constructors Constructor Description BinaryObjectBuildersFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BinaryObjectBuilderbuilder(BinaryObject obj)BinaryObjectBuilderbuilder(BinaryContext binaryCtx, String clsName)
-
-
-
Method Detail
-
builder
public BinaryObjectBuilder builder(BinaryObject obj)
- Specified by:
builderin interfaceBinaryObjectBuildersFactory
-
builder
public BinaryObjectBuilder builder(BinaryContext binaryCtx, String clsName)
- Specified by:
builderin interfaceBinaryObjectBuildersFactory
-
-