Uses of Class
com.jayway.jsonpath.spi.mapper.MappingException
Packages that use MappingException
Package
Description
-
Uses of MappingException in com.jayway.jsonpath
Methods in com.jayway.jsonpath that throw MappingException -
Uses of MappingException in com.jayway.jsonpath.internal.path
Methods in com.jayway.jsonpath.internal.path that throw MappingException -
Uses of MappingException in com.jayway.jsonpath.spi.mapper
Methods in com.jayway.jsonpath.spi.mapper that throw MappingExceptionModifier and TypeMethodDescriptionprivate Collection<Object> JakartaMappingProvider.newCollectionOfType(Class<?> collectionType) Creates new instance ofCollectiontype specified by the argument.private ObjectJakartaMappingProvider.newNoArgInstance(Class<?> targetType) Lists all publicly accessible constructors for theClassidentified by the argument, including any constructors inherited from superclasses, and uses a no-args constructor, if available, to create a new instance of the class.