Interface Qualifier

    • Method Detail

      • getValueForType

        <U> U getValueForType​(java.lang.Class<U> type)
        Extracts a value from this Qualifier object. The type should be one of the supported types of the corresponding provider (see QualifierProvider.getSupportedTypes()).
        Parameters:
        type - - the type of the value to extract
        Returns:
        the extracted value
        Throws:
        java.lang.IllegalArgumentException - if the type is not supported
      • toFieldQualifier

        java.lang.String toFieldQualifier()
        Returns a string representation of this Qualifier object.
        Returns:
        a String representation of this object