S
- the type of Struct
to be created and returned.public static interface Struct.InstanceFactory<S>
Struct.array(Struct[], com.scaleoutsoftware.soss.client.util.Struct.InstanceFactory)
method to allow callers to construct their own Struct
and Struct.Member
instances as needed. Otherwise the infrastructure will use Reflection to fill the array
with instances. In particular, using Reflection requires that the struct be public and
have a public zero-arg constructor.Modifier and Type | Method and Description |
---|---|
S |
createInstance() |
S createInstance()