Class StringTypeManufacturerImpl

    • Constructor Detail

      • StringTypeManufacturerImpl

        public StringTypeManufacturerImpl()
    • Method Detail

      • getType

        public String getType​(DataProviderStrategy strategy,
                              AttributeMetadata attributeMetadata,
                              Map<String,​Type> genericTypesArgumentsMap)
        Returns a type value conforming to the annotations and the AttributeMetadata provided.
        Parameters:
        strategy - The DataProviderStrategy
        attributeMetadata - The AttributeMetadata
        genericTypesArgumentsMap - map with generic types mapped to actual types
        Returns:
        A type value conforming to the annotations and the AttributeMetadata provided.
      • getStringValue

        public String getStringValue​(AttributeMetadata attributeMetadata)
        It returns a string value
        Parameters:
        attributeMetadata - attribute metadata for instance to be fetched
        Returns:
        A String of default length
      • getStringOfLength

        public String getStringOfLength​(int length,
                                        AttributeMetadata attributeMetadata)
        It returns a String of length characters.
        Parameters:
        length - The number of characters required in the returned String
        attributeMetadata - attribute metadata for instance to be fetched
        Returns:
        A String of length characters