| Modifier and Type | Class and Description |
|---|---|
class |
ERImpl |
class |
ISManageableImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseEntityImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
BasePropertyImpl |
class |
HeaderImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseRelationImpl<Out extends BaseEntity,In extends BaseEntity> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ER |
| Modifier and Type | Method and Description |
|---|---|
<ISM extends ISManageable,ISMC extends ISM,ISMD extends ISMC> |
AccessType.getDummyImplementationClass() |
<ISM extends ISManageable,ISMC extends ISM> |
AccessType.getImplementationClass() |
<ISM extends ISManageable> |
AccessType.getTypeClass() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseEntity |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseProperty |
interface |
Header |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseRelation<Out extends BaseEntity,In extends BaseEntity> |
| Modifier and Type | Class and Description |
|---|---|
class |
ContextImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
IsParentOfImpl<Out extends Context,In extends Context> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Context |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IsParentOf<Out extends Context,In extends Context> |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyFacet |
class |
DummyResource |
class |
EntityImpl |
class |
FacetImpl |
class |
ResourceImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyProperty |
class |
EncryptedImpl |
class |
PropagationConstraintImpl |
class |
PropertyImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsistsOfImpl<Out extends Resource,In extends Facet> |
class |
DummyConsistsOf<Out extends Resource,In extends Facet> |
class |
DummyIsRelatedTo<Out extends Resource,In extends Resource> |
class |
IsIdentifiedByImpl<Out extends Resource,In extends Facet> |
class |
IsRelatedToImpl<Out extends Resource,In extends Resource> |
class |
RelationImpl<Out extends Entity,In extends Entity> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Entity |
interface |
Facet |
interface |
Resource |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Encrypted |
interface |
PropagationConstraint |
interface |
Property |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConsistsOf<Out extends Resource,In extends Facet> |
interface |
IsIdentifiedBy<Out extends Resource,In extends Facet> |
interface |
IsRelatedTo<Out extends Resource,In extends Resource> |
interface |
Relation<Out extends Entity,In extends Entity> |
| Modifier and Type | Method and Description |
|---|---|
static <ISM extends ISManageable> |
TypeBinder.createTypeDefinition(Class<ISM> clz) |
static <ISM extends ISManageable> |
TypeBinder.deserializeTypeDefinition(String json) |
static <ISM extends ISManageable> |
TypeBinder.deserializeTypeDefinitions(String json) |
static <ISM extends ISManageable> |
TypeBinder.serializeType(Class<ISM> type) |
static <ISM extends ISManageable> |
TypeBinder.serializeTypeDefinition(TypeDefinition<ISM> typeDefinition) |
static <ISM extends ISManageable> |
TypeBinder.serializeTypeDefinitions(List<TypeDefinition<ISM>> typeDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
static String |
TypeBinder.getStaticStringFieldByName(Class<? extends ISManageable> type,
String fieldName,
String defaultValue) |
static String |
TypeBinder.getType(Class<? extends ISManageable> clz) |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeDefinitionImpl<ISM extends ISManageable> |
| 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) |
protected static <ISM extends ISManageable> |
TypeDefinitionImpl.retrieveSuperClasses(Class<? extends ISM> type,
Class<ISM> baseClass,
String topSuperClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityTypeDefinitionImpl<E extends BaseEntity> |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyDefinitionImpl |
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 |
TypeDefinition<ISM extends ISManageable> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TypeDefinition<ISM extends ISManageable> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntityTypeDefinition<E extends BaseEntity> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertyDefinition |
interface |
PropertyTypeDefiniton<P extends BaseProperty> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RelationTypeDefinition<Out extends BaseEntity,In extends BaseEntity,Rel extends BaseRelation<Out,In>> |
| Modifier and Type | Class and Description |
|---|---|
class |
ERDeserializer<ISM extends ISManageable> |
| Modifier and Type | Method and Description |
|---|---|
static <ISM extends ISManageable> |
ISMapper.marshal(ISM object)
Return the String serialization of a given object
|
static <ISM extends ISManageable> |
ISMapper.marshal(ISM[] array)
Return the String serialization of a given array
|
static <T extends OutputStream,ISM extends ISManageable> |
ISMapper.marshal(ISM object,
T stream)
Write the serialization of a given resource to a given
OutputStream . |
static <T extends Writer,ISM extends ISManageable> |
ISMapper.marshal(ISM object,
T writer)
Write the serialization of a given resource to a given
Writer . |
static <ISM extends ISManageable> |
ISMapper.marshal(List<ISM> list)
Return the String serialization of a given list
|
static <ISM extends ISManageable> |
ISMapper.registerSubtypes(Class<ISM>... classes) |
static <ISM extends ISManageable> |
ISMapper.unmarshal(Class<ISM> clz,
InputStream stream)
Creates a resource of given class from its serialization in a given
InputStream. |
static <ISM extends ISManageable> |
ISMapper.unmarshal(Class<ISM> clz,
Reader reader)
Creates a resource of given class from its serialization in a given
Reader. |
static <ISM extends ISManageable> |
ISMapper.unmarshal(Class<ISM> clz,
String string)
Creates a resource of given class from its serialization in a given String
|
static <ISM extends ISManageable> |
ISMapper.unmarshalList(Class<ISM> clz,
String string) |
static <ISM extends ISManageable> |
ISMapper.unmarshalList(String string) |
static <ISM extends ISManageable> |
ISMapper.unmarshalWithReader(Class<ISM> reader,
String string)
Creates a resource of given class from its serialization in a given String
|
| Modifier and Type | Method and Description |
|---|---|
static <ISM extends ISManageable> |
ISMapper.marshal(ISM[] array)
Return the String serialization of a given array
|
| Modifier and Type | Class and Description |
|---|---|
class |
ISMDiscovery<ISM extends ISManageable> |
Copyright © 2019. All Rights Reserved.