Class IntegerConfigurationLookupStrategy

    • Field Detail

      • log

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

      • IntegerConfigurationLookupStrategy

        public IntegerConfigurationLookupStrategy()
    • Method Detail

      • xmlObjectToInteger

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