- newImmutableList(JsonArray<?>) - Method in class org.symphonyoss.s2.canon.runtime.EntityFactory
-
- newImmutableList(JsonArray<?>) - Method in interface org.symphonyoss.s2.canon.runtime.IEntityFactory
-
Return a list of new entity instances created from the given JSON array.
- newImmutableSet(JsonArray<?>) - Method in class org.symphonyoss.s2.canon.runtime.EntityFactory
-
- newImmutableSet(JsonArray<?>) - Method in interface org.symphonyoss.s2.canon.runtime.IEntityFactory
-
Return a set of new entity instances created from the given JSON array.
- newInstance(ImmutableByteArray) - Method in class org.symphonyoss.s2.canon.runtime.EntityFactory
-
- newInstance() - Method in interface org.symphonyoss.s2.canon.runtime.IBuilderFactory
-
Create a new builder with all fields initialized to default values.
- newInstance(S) - Method in interface org.symphonyoss.s2.canon.runtime.IBuilderFactory
-
Create a new builder with all fields initialized from the given builder.
- newInstance(ImmutableJsonList) - Method in interface org.symphonyoss.s2.canon.runtime.IEntityArrayFactory
-
- newInstance(ImmutableJsonObject) - Method in interface org.symphonyoss.s2.canon.runtime.IEntityFactory
-
Return a new entity instance created from the given JSON serialization.
- newInstance(B) - Method in interface org.symphonyoss.s2.canon.runtime.IEntityFactory
-
Return a new entity instance created from the given other instance.
- newInstance(ImmutableJsonObject) - Method in interface org.symphonyoss.s2.canon.runtime.IModelRegistry
-
- newInstance(ImmutableJsonObject) - Method in class org.symphonyoss.s2.canon.runtime.ModelRegistry
-
- newMutableList(JsonArray<?>) - Method in class org.symphonyoss.s2.canon.runtime.EntityFactory
-
- newMutableList(JsonArray<?>) - Method in interface org.symphonyoss.s2.canon.runtime.IEntityFactory
-
Return a list of new entity instances created from the given JSON array.
- newMutableSet(JsonArray<?>) - Method in class org.symphonyoss.s2.canon.runtime.EntityFactory
-
- newMutableSet(JsonArray<?>) - Method in interface org.symphonyoss.s2.canon.runtime.IEntityFactory
-
Return a set of new entity instances created from the given JSON array.
- NoSuchRecordException - Exception in org.symphonyoss.s2.canon.runtime.exception
-
An Exception which may be thrown by JAPIGEN implementing methods to indicate
that a requested object does not exist.
- NoSuchRecordException() - Constructor for exception org.symphonyoss.s2.canon.runtime.exception.NoSuchRecordException
-
- NoSuchRecordException(String) - Constructor for exception org.symphonyoss.s2.canon.runtime.exception.NoSuchRecordException
-
- NoSuchRecordException(String, Throwable) - Constructor for exception org.symphonyoss.s2.canon.runtime.exception.NoSuchRecordException
-
- NoSuchRecordException(Throwable) - Constructor for exception org.symphonyoss.s2.canon.runtime.exception.NoSuchRecordException
-
- NoSuchRecordException(String, Throwable, boolean, boolean) - Constructor for exception org.symphonyoss.s2.canon.runtime.exception.NoSuchRecordException
-
- notify(IConsumer<V>, V, ITraceContext) - Method in class org.symphonyoss.s2.canon.runtime.AsynchronousProducer
-
- notify(IConsumer<V>, V, ITraceContext) - Method in class org.symphonyoss.s2.canon.runtime.SynchronousProducer
-
- NotImplementedException - Exception in org.symphonyoss.s2.canon.runtime.exception
-
An Exception which may be thrown by JAPIGEN implementing methods to indicate
that the business logic for the method has not yet been implemented.
- NotImplementedException() - Constructor for exception org.symphonyoss.s2.canon.runtime.exception.NotImplementedException
-