Interface ValueExtractorEnum<T>

  • All Superinterfaces:
    ExtractableEnum

    @Deprecated
    public interface ValueExtractorEnum<T>
    extends ExtractableEnum
    Deprecated.
    Replaced by ExtractionStrategy.
    For Clover internal use only.

    There are two copies of this file, one in clover-android-sdk and one in schema-tool, please keep them in sync.

    Deprecated but kept since we do not always regenerate all objects.

    • Method Detail

      • extractValue

        Object extractValue​(T instance)
        Deprecated.