Package org.springframework.geode.pdx
Interface PdxInstanceBuilder.Factory
- Enclosing class:
- PdxInstanceBuilder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.geode.pdx.PdxInstance
create()
Creates aPdxInstance
.
-
Method Details
-
create
org.apache.geode.pdx.PdxInstance create()Creates aPdxInstance
.- Returns:
- the created
PdxInstance
. - Throws:
IllegalArgumentException
- Depending on the implementation, anIllegalArgumentException
may be thrown if thecreated object
is not of typePdxInstance
.ClassCastException
- Depending on the implementation, aClassCastException
may be thrown if thecreated object
is not of typePdxInstance
.- See Also:
-
PdxInstance
-