| Modifier and Type | Method and Description |
|---|---|
static <ISM extends ISManageable> |
TypeBinder.createTypeDefinition(Class<ISM> clz) |
static <ISM extends ISManageable> |
TypeBinder.deserializeTypeDefinition(String json) |
| Modifier and Type | Method and Description |
|---|---|
static <ISM extends ISManageable> |
TypeBinder.deserializeTypeDefinitions(String json) |
| Modifier and Type | Method and Description |
|---|---|
static <ISM extends ISManageable> |
TypeBinder.serializeTypeDefinition(TypeDefinition<ISM> typeDefinition) |
| Modifier and Type | Method and Description |
|---|---|
static <ISM extends ISManageable> |
TypeBinder.serializeTypeDefinitions(List<TypeDefinition<ISM>> typeDefinitions) |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeDefinitionImpl<ISM extends ISManageable> |
| Modifier and Type | Method and Description |
|---|---|
static <ISM extends ISManageable> |
TypeDefinitionImpl.getInstance(Class<ISM> clz) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityTypeDefinitionImpl<E extends BaseEntity> |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyTypeDefinitionImpl<P extends BaseProperty> |
| Modifier and Type | Class and Description |
|---|---|
class |
RelationTypeDefinitionImpl<Out extends BaseEntity,In extends BaseEntity,Rel extends BaseRelation<Out,In>> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntityTypeDefinition<E extends BaseEntity> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertyTypeDefiniton<P extends BaseProperty> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RelationTypeDefinition<Out extends BaseEntity,In extends BaseEntity,Rel extends BaseRelation<Out,In>> |
Copyright © 2019. All Rights Reserved.