Uses of Class
org.incenp.linkml.core.ConverterContext
Packages that use ConverterContext
-
Uses of ConverterContext in org.incenp.linkml.core
Methods in org.incenp.linkml.core with parameters of type ConverterContextModifier and TypeMethodDescriptionIConverter.convert(Object raw, ConverterContext ctx) Converts a raw object into a LinkML object.ObjectConverter.convert(Object raw, ConverterContext ctx) Converts a raw map into a new instance of a LinkML object.ObjectConverter.convert(Map<String, Object> raw, ConverterContext ctx) Converts a raw map into a new instance of a LinkML object.ScalarConverterBase.convert(Object raw, ConverterContext ctx) TransparentConverter.convert(Object raw, ConverterContext ctx) voidIConverter.convertForSlot(Object raw, Object dest, Slot slot, ConverterContext ctx) Converts a raw object into a LinkML object and assigns the result to a slot of another object.voidObjectConverter.convertForSlot(Object raw, Object dest, Slot slot, ConverterContext ctx) Converts the value of a single slot and assigns it to the target object.voidScalarConverterBase.convertForSlot(Object raw, Object dest, Slot slot, ConverterContext ctx) voidTransparentConverter.convertForSlot(Object raw, Object dest, Slot slot, ConverterContext ctx) protected ObjectBooleanConverter.convertImpl(Object raw, ConverterContext ctx) protected ObjectCurieConverter.convertImpl(Object raw, ConverterContext ctx) protected ObjectDateConverter.convertImpl(Object raw, ConverterContext ctx) protected ObjectDatetimeConverter.convertImpl(Object raw, ConverterContext ctx) protected ObjectDoubleConverter.convertImpl(Object raw, ConverterContext ctx) protected ObjectEnumConverter.convertImpl(Object raw, ConverterContext ctx) protected ObjectFloatConverter.convertImpl(Object raw, ConverterContext ctx) protected ObjectIntegerConverter.convertImpl(Object raw, ConverterContext ctx) protected abstract ObjectScalarConverterBase.convertImpl(Object raw, ConverterContext ctx) Performs the actual type conversion.protected ObjectStringConverter.convertImpl(Object raw, ConverterContext ctx) protected ObjectTimeConverter.convertImpl(Object raw, ConverterContext ctx) protected ObjectURIConverter.convertImpl(Object raw, ConverterContext ctx) voidObjectConverter.convertTo(Object raw, Object dest, ConverterContext ctx) Converts a raw object into an instance of a LinkML object, where the object already exists.voidConverts a raw map into an instance of a LinkML object, where the object already exists.PrefixDeclarationExtractor.extractPrefixes(Map<String, Object> rawMap, Object dest, ConverterContext ctx) Extracts prefix declarations from the raw representation of a LinkML object.protected StringObjectConverter.getGlobalIdentifier(Object raw, ConverterContext ctx) Converts the given raw object into an identifier for the target object type.ObjectConverter.getGlobalIdentifierList(Object raw, ConverterContext ctx) Converts the given list of raw objects into identifiers for the target object type.CurieConverter.serialise(Object object, ConverterContext ctx) DateConverter.serialise(Object object, ConverterContext ctx) DatetimeConverter.serialise(Object object, ConverterContext ctx) EnumConverter.serialise(Object object, ConverterContext ctx) IConverter.serialise(Object object, ConverterContext ctx) Converts a LinkML object into a raw object.ObjectConverter.serialise(Object object, boolean withIdentifier, ConverterContext ctx) Converts a LinkML object into a raw object.ObjectConverter.serialise(Object object, ConverterContext ctx) ScalarConverterBase.serialise(Object object, ConverterContext ctx) TimeConverter.serialise(Object object, ConverterContext ctx) TransparentConverter.serialise(Object object, ConverterContext ctx) IConverter.serialiseForSlot(Object object, Slot slot, ConverterContext ctx) Converts a LinkML object into a raw object, when the object is the value of a specific LinkML slot.ObjectConverter.serialiseForSlot(Object object, Slot slot, ConverterContext ctx) ScalarConverterBase.serialiseForSlot(Object object, Slot slot, ConverterContext ctx) TransparentConverter.serialiseForSlot(Object object, Slot slot, ConverterContext ctx) protected ObjectObjectConverter.toIdentifier(Object object, ConverterContext ctx) Gets the unique identifier for the given object. -
Uses of ConverterContext in org.incenp.linkml.ext
Methods in org.incenp.linkml.ext that return ConverterContextModifier and TypeMethodDescriptionObjectLoader.getContext()Gets the LinkML context used by this loader. -
Uses of ConverterContext in org.incenp.linkml.schema
Methods in org.incenp.linkml.schema with parameters of type ConverterContext