Class TypedProperties

    • Constructor Detail

      • TypedProperties

        public TypedProperties()
        Deprecated.
      • TypedProperties

        public TypedProperties​(Properties p)
        Deprecated.
    • Method Detail

      • toTypedProperties

        public static TypedProperties toTypedProperties​(Properties p)
        Deprecated.
        Factory method that converts a JDK Properties instance to an instance of TypedProperties, if needed.
        Parameters:
        p - properties to convert.
        Returns:
        A TypedProperties object. Returns an empty TypedProperties instance if p is null.