Class PlatformDefaultJavaObjectFactory<T>
- java.lang.Object
-
- org.apache.ignite.internal.processors.platform.PlatformDefaultJavaObjectFactory<T>
-
- All Implemented Interfaces:
PlatformJavaObjectFactoryEx<T>,PlatformJavaObjectFactory<T>
public class PlatformDefaultJavaObjectFactory<T> extends Object implements PlatformJavaObjectFactoryEx<T>
Default Java object factory implementation.
-
-
Constructor Summary
Constructors Constructor Description PlatformDefaultJavaObjectFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tcreate()Constructs and returns a fully configured instance of T.voidinitialize(@Nullable Object payload, @Nullable Map<String,Object> props)Initialize factory.StringtoString()
-
-
-
Method Detail
-
initialize
public void initialize(@Nullable @Nullable Object payload, @Nullable @Nullable Map<String,Object> props)Initialize factory.- Specified by:
initializein interfacePlatformJavaObjectFactoryEx<T>- Parameters:
payload- Optional payload.props- Optional properties.
-
create
public T create()
Constructs and returns a fully configured instance of T.- Specified by:
createin interfacePlatformJavaObjectFactory<T>- Returns:
- An instance of T.
-
-