Class BooleanConfigurationLookupStrategy

    • Field Detail

      • log

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

      • BooleanConfigurationLookupStrategy

        public BooleanConfigurationLookupStrategy()
    • Method Detail

      • xmlObjectToBoolean

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