Uses of Interface
org.gcube.informationsystem.types.reference.Type
-
-
Uses of Type in org.gcube.informationsystem.types
Methods in org.gcube.informationsystem.types that return Type Modifier and Type Method Description static <E extends Element>
TypeTypeMapper. createTypeDefinition(Class<E> clz)static TypeTypeMapper. deserializeTypeDefinition(String json)Methods in org.gcube.informationsystem.types that return types with arguments of type Type Modifier and Type Method Description static List<Type>TypeMapper. deserializeTypeDefinitions(String json)Methods in org.gcube.informationsystem.types with parameters of type Type Modifier and Type Method Description static StringTypeMapper. serializeTypeDefinition(Type type)Method parameters in org.gcube.informationsystem.types with type arguments of type Type Modifier and Type Method Description static StringTypeMapper. serializeTypeDefinitions(List<Type> typeDefinitions) -
Uses of Type in org.gcube.informationsystem.types.impl
Classes in org.gcube.informationsystem.types.impl that implement Type Modifier and Type Class Description classTypeImplMethods in org.gcube.informationsystem.types.impl that return Type Modifier and Type Method Description static TypeTypeImpl. getInstance(Class<? extends Element> clz) -
Uses of Type in org.gcube.informationsystem.types.impl.entities
Classes in org.gcube.informationsystem.types.impl.entities that implement Type Modifier and Type Class Description classEntityTypeImplclassFacetTypeImplclassResourceTypeImpl -
Uses of Type in org.gcube.informationsystem.types.impl.properties
Classes in org.gcube.informationsystem.types.impl.properties that implement Type Modifier and Type Class Description classPropertyTypeImpl<P extends PropertyElement> -
Uses of Type in org.gcube.informationsystem.types.impl.relations
Classes in org.gcube.informationsystem.types.impl.relations that implement Type Modifier and Type Class Description classConsistsOfTypeImplclassIsRelatedToTypeImplclassRelationTypeImpl<S extends EntityType,T extends EntityType> -
Uses of Type in org.gcube.informationsystem.types.reference.entities
Subinterfaces of Type in org.gcube.informationsystem.types.reference.entities Modifier and Type Interface Description interfaceEntityTypeinterfaceFacetTypeinterfaceResourceType -
Uses of Type in org.gcube.informationsystem.types.reference.properties
Subinterfaces of Type in org.gcube.informationsystem.types.reference.properties Modifier and Type Interface Description interfacePropertyType<P extends PropertyElement> -
Uses of Type in org.gcube.informationsystem.types.reference.relations
Subinterfaces of Type in org.gcube.informationsystem.types.reference.relations Modifier and Type Interface Description interfaceConsistsOfTypeinterfaceIsRelatedToTypeinterfaceRelationType<S extends EntityType,T extends EntityType>
-