Class DoubleConfigurationLookupStrategy

    • Field Detail

      • log

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

      • DoubleConfigurationLookupStrategy

        public DoubleConfigurationLookupStrategy()
    • Method Detail

      • xmlObjectToDouble

        @Nullable
        private Double xmlObjectToDouble​(@Nonnull
                                         XMLObject object)
        Convert an XMLObject to a Double if the type is supported.
        Parameters:
        object - object to convert
        Returns:
        the converted value, or null