Uses of Interface
org.symphonyoss.s2.canon.runtime.IEntity
-
Packages that use IEntity Package Description org.symphonyoss.s2.canon.runtime org.symphonyoss.s2.canon.runtime.http -
-
Uses of IEntity in org.symphonyoss.s2.canon.runtime
Classes in org.symphonyoss.s2.canon.runtime with type parameters of type IEntity Modifier and Type Class Description classEntityBuilder<B extends EntityBuilder<B,T>,T extends IEntity>A builder for some entity type.classEntityConsumer<P,E extends IEntity,C extends org.symphonyoss.s2.fugue.pipeline.IThreadSafeConsumer<E>>classEntityFactory<E extends IEntity,S extends IEntity,B extends IEntityBuilder>A factory for an enclosing entity type.classEntityFactory<E extends IEntity,S extends IEntity,B extends IEntityBuilder>A factory for an enclosing entity type.interfaceIBuilder<E extends IEntity>interfaceIBuilderFactory<S extends IEntity,B extends IEntityBuilder>A factory for an entity builder.interfaceIEntityFactory<E extends IEntity,S extends IEntity,B extends IEntityBuilder>A factory for an enclosing entity type.interfaceIEntityFactory<E extends IEntity,S extends IEntity,B extends IEntityBuilder>A factory for an enclosing entity type.classImmutableByteArrayEntityConsumer<E extends IEntity,C extends org.symphonyoss.s2.fugue.pipeline.IThreadSafeConsumer<E>>classStringEntityConsumer<E extends IEntity,C extends org.symphonyoss.s2.fugue.pipeline.IThreadSafeConsumer<E>>Classes in org.symphonyoss.s2.canon.runtime that implement IEntity Modifier and Type Class Description classEntityBase class for all generated object classes in a Canon model.Methods in org.symphonyoss.s2.canon.runtime with type parameters of type IEntity Modifier and Type Method Description <E extends IEntity>
EIModelRegistry. newInstance(org.symphonyoss.s2.common.dom.json.ImmutableJsonObject jsonObject, String defaultTypeId, Class<E> type)Return a new entity instance of the given type, parsed from the given input.<E extends IEntity>
EModelRegistry. newInstance(org.symphonyoss.s2.common.dom.json.ImmutableJsonObject jsonObject, String defaultTypeId, Class<E> type)<E extends IEntity>
EIModelRegistry. parseOne(Reader reader, String defaultTypeId, Class<E> type)Return a new entity instance of the given type, parsed from the given input.<E extends IEntity>
EModelRegistry. parseOne(Reader reader, String defaultTypeId, Class<E> type)Methods in org.symphonyoss.s2.canon.runtime that return IEntity Modifier and Type Method Description IEntityIModelRegistry. newInstance(org.symphonyoss.s2.common.dom.json.ImmutableJsonObject jsonObject)Return a new entity instance parsed from the given JSON object.IEntityIModelRegistry. newInstance(org.symphonyoss.s2.common.dom.json.ImmutableJsonObject jsonObject, String expectedTypeId)Return a new entity instance of the given type, parsed from the given JSON object.IEntityModelRegistry. newInstance(org.symphonyoss.s2.common.dom.json.ImmutableJsonObject jsonObject)IEntityModelRegistry. newInstance(org.symphonyoss.s2.common.dom.json.ImmutableJsonObject jsonObject, String expectedTypeId)IEntityIModelRegistry. parseOne(Reader reader)Return a new entity instance parsed from the given input.IEntityIModelRegistry. parseOne(Reader reader, String typeId)Return a new entity instance of the given type, parsed from the given input.IEntityModelRegistry. parseOne(Reader reader)IEntityModelRegistry. parseOne(Reader reader, String typeId)Methods in org.symphonyoss.s2.canon.runtime with parameters of type IEntity Modifier and Type Method Description voidIEntityConsumer. consume(IEntity modelObject)Constructors in org.symphonyoss.s2.canon.runtime with parameters of type IEntity Constructor Description Entity(IEntity canonOther)Constructor from another instance, usually a Builder.EntityPubSubMessage(IEntity payload, org.symphonyoss.s2.fugue.core.trace.ITraceContext traceContext)Constructor. -
Uses of IEntity in org.symphonyoss.s2.canon.runtime.http
Methods in org.symphonyoss.s2.canon.runtime.http with type parameters of type IEntity Modifier and Type Method Description <E extends IEntity>
List<E>RequestContext. parseListPayload(Class<E> type)<E extends IEntity>
ERequestContext. parsePayload(String typeId, Class<E> type)
-