Class TypeMappingUtils


  • public class TypeMappingUtils
    extends Object
    Since:
    4.0.0
    Author:
    Florian Kleedorfer
    • Constructor Detail

      • TypeMappingUtils

        public TypeMappingUtils()
    • Method Detail

      • toIri

        public static Iri toIri​(org.eclipse.rdf4j.model.IRI from)
      • toIri

        public static List<Iri> toIri​(Collection<org.eclipse.rdf4j.model.IRI> from)
      • toIriArray

        public static Iri[] toIriArray​(Collection<org.eclipse.rdf4j.model.IRI> from)
      • toIRI

        public static org.eclipse.rdf4j.model.IRI toIRI​(String from)
      • toIRIMaybe

        public static org.eclipse.rdf4j.model.IRI toIRIMaybe​(String from)
      • toIRIOptional

        public static Optional<org.eclipse.rdf4j.model.IRI> toIRIOptional​(String from)
      • toIRI

        public static org.eclipse.rdf4j.model.IRI toIRI​(org.eclipse.rdf4j.model.Value from)
      • toBoolean

        public static Boolean toBoolean​(org.eclipse.rdf4j.model.Value from)
      • toBooleanMaybe

        public static Boolean toBooleanMaybe​(org.eclipse.rdf4j.model.Value from)
      • toBooleanOptional

        public static Optional<Boolean> toBooleanOptional​(org.eclipse.rdf4j.model.Value from)
      • toBooleanMaybe

        public static Boolean toBooleanMaybe​(String from)
      • toBooleanMaybe

        public static Boolean toBooleanMaybe​(Boolean from)
      • toDouble

        public static Double toDouble​(org.eclipse.rdf4j.model.Value from)
      • toInteger

        public static BigInteger toInteger​(org.eclipse.rdf4j.model.Value from)
      • toInt

        public static Integer toInt​(org.eclipse.rdf4j.model.Value from)
      • toString

        public static final String toString​(org.eclipse.rdf4j.model.Value from)