Class BooleanTypeManufacturerImpl

    • Constructor Detail

      • BooleanTypeManufacturerImpl

        public BooleanTypeManufacturerImpl()
    • Method Detail

      • getType

        public Boolean 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.
      • getBoolean

        public Boolean getBoolean​(AttributeMetadata attributeMetadata)
        It returns a boolean/Boolean value.
        Parameters:
        attributeMetadata - attribute metadata for instance to be fetched
        Returns:
        a boolean/Boolean value