Class AttributeResolverServiceStrategy

    • Field Detail

      • log

        @Nonnull
        private final org.slf4j.Logger log
        Class logger.
      • stripNulls

        private boolean stripNulls
        Whether to strip null attribute values.
      • suppressDisplayInformation

        private boolean suppressDisplayInformation
        Whether to attach DisplayInfo to attributes.
    • Constructor Detail

      • AttributeResolverServiceStrategy

        public AttributeResolverServiceStrategy()
    • Method Detail

      • isStripNulls

        public boolean isStripNulls()
        Do we strip nulls from attribute values.
        Returns:
        Returns whether to strip nulls from attribute values
      • setStripNulls

        public void setStripNulls​(boolean doStripNulls)
        Sets whether to strip nulls from attribute values.
        Parameters:
        doStripNulls - what to set
      • isSuppressDisplayInformation

        public boolean isSuppressDisplayInformation()
        Do we allow addition of Display Information?
        Returns:
        whether we are suppressing
      • setSuppressDisplayInformation

        @Deprecated(forRemoval=true,
                    since="4.2")
        public void setSuppressDisplayInformation​(boolean what)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Display Information should be consulted at point of use
        Set whether we suppress addition of Display Information.
        Parameters:
        what - true if we suppress the addition.