Uses of Class
it.unibz.inf.ontop.dbschema.impl.json.JsonView
-
Packages that use JsonView Package Description it.unibz.inf.ontop.dbschema it.unibz.inf.ontop.dbschema.impl it.unibz.inf.ontop.dbschema.impl.json -
-
Uses of JsonView in it.unibz.inf.ontop.dbschema
Method parameters in it.unibz.inf.ontop.dbschema with type arguments of type JsonView Modifier and Type Method Description voidOntopViewFKSaturator. saturateForeignKeys(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<OntopViewDefinition> viewDefinitions, it.unibz.inf.ontop.com.google.common.collect.ImmutableMultimap<RelationID,RelationID> childrenMultimap, it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<RelationID,JsonView> jsonViewMap) -
Uses of JsonView in it.unibz.inf.ontop.dbschema.impl
Method parameters in it.unibz.inf.ontop.dbschema.impl with type arguments of type JsonView Modifier and Type Method Description voidBasicOntopViewFKSaturator. saturateForeignKeys(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<OntopViewDefinition> viewDefinitions, it.unibz.inf.ontop.com.google.common.collect.ImmutableMultimap<RelationID,RelationID> childrenMultimap, it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<RelationID,JsonView> jsonViewMap) -
Uses of JsonView in it.unibz.inf.ontop.dbschema.impl.json
Subclasses of JsonView in it.unibz.inf.ontop.dbschema.impl.json Modifier and Type Class Description classJsonBasicOrJoinViewclassJsonBasicViewclassJsonJoinViewclassJsonSQLViewFields in it.unibz.inf.ontop.dbschema.impl.json with type parameters of type JsonView Modifier and Type Field Description List<? extends JsonView>JsonViews. relationsMethods in it.unibz.inf.ontop.dbschema.impl.json that return JsonView Modifier and Type Method Description JsonViewJsonView.JSONViewDeSerializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)Constructor parameters in it.unibz.inf.ontop.dbschema.impl.json with type arguments of type JsonView Constructor Description JsonViews(List<JsonView> relations)
-