| Modifier and Type | Method and Description |
|---|---|
static <E extends Element> |
TypeMapper.createTypeDefinition(Class<E> clz) |
static Type |
TypeMapper.deserializeTypeDefinition(String json) |
| Modifier and Type | Method and Description |
|---|---|
static List<Type> |
TypeMapper.deserializeTypeDefinitions(String json) |
| Modifier and Type | Method and Description |
|---|---|
static String |
TypeMapper.serializeTypeDefinition(Type type) |
| Modifier and Type | Method and Description |
|---|---|
static String |
TypeMapper.serializeTypeDefinitions(List<Type> typeDefinitions) |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeImpl |
| Modifier and Type | Method and Description |
|---|---|
static Type |
TypeImpl.getInstance(Class<? extends Element> clz) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityTypeImpl |
class |
FacetTypeImpl |
class |
ResourceTypeImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyTypeImpl<P extends PropertyElement> |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsistsOfTypeImpl |
class |
IsRelatedToTypeImpl |
class |
RelationTypeImpl<S extends EntityType,T extends EntityType> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntityType |
interface |
FacetType |
interface |
ResourceType |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertyType<P extends PropertyElement> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConsistsOfType |
interface |
IsRelatedToType |
interface |
RelationType<S extends EntityType,T extends EntityType> |
Copyright © 2020. All Rights Reserved.