Uses of Class
ai.stapi.graphoperations.objectGraphMapper.model.specific.exceptions.SpecificObjectGraphMapperException
Packages that use SpecificObjectGraphMapperException
-
Uses of SpecificObjectGraphMapperException in ai.stapi.graphoperations.objectGraphMapper.model.specific.exceptions
Methods in ai.stapi.graphoperations.objectGraphMapper.model.specific.exceptions that return SpecificObjectGraphMapperExceptionModifier and TypeMethodDescriptionSpecificObjectGraphMapperException.becauseActualEntityBehindInterfaceIsNotObject(Object object) SpecificObjectGraphMapperException.becauseFieldDoesNotContainGraphDescription(String fieldName, Declaration declaration) SpecificObjectGraphMapperException.becauseGraphDescriptionHasMultipleNonConstantChildren(GraphDescription graphDescription, Integer childrenCount) SpecificObjectGraphMapperException.becauseObjectCouldNotBeConverted(SpecificObjectGraphMapper graphMapper, String fieldName, Object object, RuntimeException error) SpecificObjectGraphMapperException.becauseObjectIsNotSerializable()SpecificObjectGraphMapperException.becauseObjectIsNotSerializable(RuntimeException error) SpecificObjectGraphMapperException.becauseProvidedObjectDoesNotContainFieldWithGivenName(Object object, String fieldName, Map<String, ObjectFieldDefinition> fields) SpecificObjectGraphMapperException.becauseProvidedObjectMapDoesNotContainTypeField()SpecificObjectGraphMapperException.becauseProvidedValueIsNotPrimitiveType(String fieldName, Object value) SpecificObjectGraphMapperException.becauseSerializationTypeWasNotFound(String fieldName, Object object) SpecificObjectGraphMapperException.becauseThereAreMultipleIdentifyingFieldsOnObject()SpecificObjectGraphMapperException.becauseThereIsNoIdentifyingFieldOnObject(String parentObjectFieldName)