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 -
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.knowledge
Fields in org.gcube.informationsystem.types.knowledge with type parameters of type Type Modifier and Type Field Description protected ModelKnowledge<Type,TypeInformation>TypesKnowledge. modelKnowledgeprotected TypesDiscoverer<Type>TypesKnowledge. typesDiscovererMethods in org.gcube.informationsystem.types.knowledge that return Type Modifier and Type Method Description TypeTypeInformation. getRoot(AccessType accessType)Methods in org.gcube.informationsystem.types.knowledge that return types with arguments of type Type Modifier and Type Method Description ModelKnowledge<Type,TypeInformation>TypesKnowledge. getModelKnowledge()TypesDiscoverer<Type>TypesKnowledge. getTypesDiscoverer()Methods in org.gcube.informationsystem.types.knowledge with parameters of type Type Modifier and Type Method Description AccessTypeTypeInformation. getAccessType(Type type)StringTypeInformation. getIdentifier(Type type)Set<String>TypeInformation. getParentIdentifiers(Type root, Type type)Method parameters in org.gcube.informationsystem.types.knowledge with type arguments of type Type Modifier and Type Method Description voidTypesKnowledge. setTypesDiscoverer(TypesDiscoverer<Type> typesDiscoverer) -
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 -
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>
-