Interface PojoMappingConfigurationContext
-
public interface PojoMappingConfigurationContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<PojoGenericTypeModel<?>>extractedValueType(PojoGenericTypeModel<?> sourceType, ContainerExtractorPath extractorPath)
-
-
-
Method Detail
-
extractedValueType
Optional<PojoGenericTypeModel<?>> extractedValueType(PojoGenericTypeModel<?> 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.
-
-