@FunctionalInterface
public static interface PdxInstanceBuilder.Factory
Modifier and Type | Method and Description |
---|---|
org.apache.geode.pdx.PdxInstance |
create()
Creates a
PdxInstance . |
org.apache.geode.pdx.PdxInstance create()
PdxInstance
.PdxInstance
.java.lang.IllegalArgumentException
- Depending on the implementation, an IllegalArgumentException
may be thrown if the created object
is not of type PdxInstance
.java.lang.ClassCastException
- Depending on the implementation, a ClassCastException
may be thrown
if the created object
is not of type PdxInstance
.PdxInstance