Uses of Class
cz.cvut.kbss.jsonld.exception.JsonLdDeserializationException
Packages that use JsonLdDeserializationException
-
Uses of JsonLdDeserializationException in cz.cvut.kbss.jsonld.exception
Subclasses of JsonLdDeserializationException in cz.cvut.kbss.jsonld.exceptionModifier and TypeClassDescriptionclassThrown when polymorphic deserialization encounters a JSON-LD object which can be deserialized as multiple target Java classes and we are unable to unambiguously decide which to use.classThrown when an issue occurs when deserializing JSON-LD input into the target Java type.classThrown when no JSON-LD serializable field matching a property IRI is found in a class.classIndicates that there still exist unresolved pending references after deserialization finish.Methods in cz.cvut.kbss.jsonld.exception that return JsonLdDeserializationExceptionModifier and TypeMethodDescriptionJsonLdDeserializationException.singularAttributeCardinalityViolated(String property, Field field)