Uses of Interface
ai.stapi.graphoperations.objectGraphMapper.model.SpecificObjectGraphMapper
Packages that use SpecificObjectGraphMapper
Package
Description
-
Uses of SpecificObjectGraphMapper in ai.stapi.graphoperations.configuration
Method parameters in ai.stapi.graphoperations.configuration with type arguments of type SpecificObjectGraphMapperModifier and TypeMethodDescriptionObjectGraphMapperConfiguration.genericObjectGraphMapper(List<SpecificObjectGraphMapper> specificObjectGraphMappers, GenericGraphWriter writer, GenericGraphMappingProvider mappingProvider) -
Uses of SpecificObjectGraphMapper in ai.stapi.graphoperations.objectGraphMapper.model
Constructor parameters in ai.stapi.graphoperations.objectGraphMapper.model with type arguments of type SpecificObjectGraphMapperModifierConstructorDescriptionGenericObjectGraphMapper(List<SpecificObjectGraphMapper> specificObjectGraphMappers, GenericGraphWriter writer, GenericGraphMappingProvider mappingProvider) -
Uses of SpecificObjectGraphMapper in ai.stapi.graphoperations.objectGraphMapper.model.exceptions
Methods in ai.stapi.graphoperations.objectGraphMapper.model.exceptions with parameters of type SpecificObjectGraphMapperModifier and TypeMethodDescriptionstatic ObjectGraphMapperExceptionObjectGraphMapperException.becauseResolverCanNotResolveEntityIdentifier(SpecificObjectGraphMapper supportingResolver) Method parameters in ai.stapi.graphoperations.objectGraphMapper.model.exceptions with type arguments of type SpecificObjectGraphMapperModifier and TypeMethodDescriptionstatic ObjectGraphMapperExceptionObjectGraphMapperException.becauseMoreThanOneSpecificResolverForGivenDeclaration(Declaration declaration, List<SpecificObjectGraphMapper> supportingSpecificGraphWriters) -
Uses of SpecificObjectGraphMapper in ai.stapi.graphoperations.objectGraphMapper.model.specific
Classes in ai.stapi.graphoperations.objectGraphMapper.model.specific that implement SpecificObjectGraphMapperModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of SpecificObjectGraphMapper in ai.stapi.graphoperations.objectGraphMapper.model.specific.exceptions
Methods in ai.stapi.graphoperations.objectGraphMapper.model.specific.exceptions with parameters of type SpecificObjectGraphMapperModifier and TypeMethodDescriptionSpecificObjectGraphMapperException.becauseObjectCouldNotBeConverted(SpecificObjectGraphMapper graphMapper, String fieldName, Object object, RuntimeException error)