Interface ValueExtractorRegistry

All Known Implementing Classes:
DefaultValueExtractors

public interface ValueExtractorRegistry
Registry of value extractors.
Since:
1.2
Author:
graemerocher
  • Method Details

    • addValueExtractor

      <T> void addValueExtractor(ValueExtractorDefinition<T> valueExtractorDefinition)
    • findValueExtractors

      @NonNull <T> @NonNull List<ValueExtractorDefinition<T>> findValueExtractors(@NonNull @NonNull Class<T> targetType)
      Finds ValueExtractors for the given type.
      Type Parameters:
      T - The target type
      Parameters:
      targetType - The target type of the value
      Returns:
      The extractor