Package | Description |
---|---|
agi.foundation.tracking |
Contains types for acquiring, analyzing and archiving dynamic data, such as those found in real-time feeds or simulation environments.
|
Modifier and Type | Method and Description |
---|---|
static <TEntity,T> |
EntityTransactedPropertyGetter.of(EntityTransactedPropertyGetter.Function<TEntity,T> f)
Create a delegate for the given interface.
|
static <TEntity,T> |
EntityTransactedPropertyGetter.of(EntityTransactedPropertyGetter.Function<TEntity,T> f,
Class<?> targetClass,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static <TEntity,T> |
EntityTransactedPropertyGetter.of(EntityTransactedPropertyGetter.Function<TEntity,T> f,
Object targetObject,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
Modifier and Type | Method and Description |
---|---|
<T> void |
EntitySchema.addProperty(TypeLiteral<T> typeLiteralT,
String name,
EntityTransactedPropertyGetter<TEntity,T> transactedPropertyGetter)
Adds a
TransactedProperty to the schema. |