Class TapestryMappingProvider

java.lang.Object
com.jayway.jsonpath.spi.mapper.TapestryMappingProvider
All Implemented Interfaces:
MappingProvider

public class TapestryMappingProvider extends Object implements MappingProvider
  • Constructor Details

    • TapestryMappingProvider

      public TapestryMappingProvider()
  • Method Details

    • map

      public <T> T map(Object source, Class<T> targetType, Configuration configuration)
      Specified by:
      map in interface MappingProvider
      Type Parameters:
      T - the mapped result type
      Parameters:
      source - object to map
      targetType - the type the source object should be mapped to
      configuration - current configuration
      Returns:
      return the mapped object
    • map

      public <T> T map(Object source, TypeRef<T> targetType, Configuration configuration)
      Specified by:
      map in interface MappingProvider
      Type Parameters:
      T - the mapped result type
      Parameters:
      source - object to map
      targetType - the type the source object should be mapped to
      configuration - current configuration
      Returns:
      return the mapped object