Uses of Annotation Interface
it.uniroma2.art.semanticturkey.services.annotations.JsonSerialized
Packages that use JsonSerialized
-
Uses of JsonSerialized in it.uniroma2.art.semanticturkey.extension.extpts.search
Method parameters in it.uniroma2.art.semanticturkey.extension.extpts.search with annotations of type JsonSerializedModifier and TypeMethodDescriptionSearchStrategy.searchInstancesOfClass
(STServiceContext stServiceContext, List<List<org.eclipse.rdf4j.model.IRI>> clsListList, String searchString, boolean useLexicalizations, boolean useLocalName, boolean useURI, boolean useNotes, SearchMode searchMode, List<String> langs, boolean includeLocales, boolean searchStringCanBeNull, boolean searchInSubTypes, org.eclipse.rdf4j.model.IRI lexModel, boolean searchInRDFSLabel, boolean searchInSKOSLabel, boolean searchInSKOSXLLabel, boolean searchInOntolex, List<List<org.eclipse.rdf4j.model.IRI>> schemes, SearchStrategy.StatusFilter statusFilter, List<Pair<org.eclipse.rdf4j.model.IRI, List<org.eclipse.rdf4j.model.Value>>> outgoingLinks, List<TripleForSearch<org.eclipse.rdf4j.model.IRI, String, SearchMode>> outgoingSearch, String customQueryPart, List<String> varToAddToSelAndGroupList, List<Pair<org.eclipse.rdf4j.model.IRI, List<org.eclipse.rdf4j.model.Value>>> ingoingLinks, SearchStrategy searchStrategy, String baseURI, Map<String, String> prefixToNamespaceMap, boolean includeNonDirect, boolean addNaturePart)