| Modifier and Type | Class and Description |
|---|---|
class |
ERImpl |
class |
ISManageableImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessPolicyImpl |
class |
DummyEmbedded |
class |
EmbeddedImpl |
class |
HeaderImpl |
class |
PropagationConstraintImpl |
class |
ValueSchemaImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
ContextImpl |
class |
DummyFacet |
class |
DummyResource |
class |
EntityImpl |
class |
FacetImpl |
class |
ResourceImpl |
| 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 |
IsParentOfImpl<Out extends Context,In extends Context> |
class |
IsRelatedToImpl<Out extends Resource,In extends Resource> |
class |
RelationImpl<Out extends Entity,In extends Entity> |
| 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) |
| 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> |
| 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 |
AccessPolicy |
interface |
Embedded |
interface |
Header |
interface |
PropagationConstraint |
interface |
ValueSchema |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Context |
interface |
Entity |
interface |
Facet |
interface |
Resource |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConsistsOf<Out extends Resource,In extends Facet> |
interface |
IsIdentifiedBy<Out extends Resource,In extends Facet> |
interface |
IsParentOf<Out extends Context,In extends Context> |
interface |
IsRelatedTo<Out extends Resource,In extends Resource> |
interface |
Relation<Out extends Entity,In extends Entity> |
| Modifier and Type | Method and Description |
|---|---|
static TypeBinder.TypeDefinition |
TypeBinder.createTypeDefinition(Class<? extends ISManageable> clz) |
static String |
TypeBinder.getType(Class<? extends ISManageable> clz) |
static String |
TypeBinder.serializeType(Class<? extends ISManageable> type) |
Copyright © 2018. All Rights Reserved.