Interface PojoMappingConfigurationContext
public interface PojoMappingConfigurationContext
-
Method Summary
Modifier and TypeMethodDescriptionextractedValueType
(PojoTypeModel<?> sourceType, ContainerExtractorPath extractorPath)
-
Method Details
-
extractedValueType
Optional<PojoTypeModel<?>> extractedValueType(PojoTypeModel<?> sourceType, ContainerExtractorPath extractorPath) - Parameters:
sourceType
- A source type, typically a container type such as Collection.extractorPath
- A container extractor path, possibly justContainerExtractorPath.defaultExtractors()
.- Returns:
- The type of values extracted from the given source type with the given container extractor path,
or
Optional.empty()
if the path cannot be applied.
-