Class StringUserTypeMapper

    • Constructor Detail

      • StringUserTypeMapper

        public StringUserTypeMapper()
        Leaves the cached user type String initialized to null
      • StringUserTypeMapper

        public StringUserTypeMapper​(String userType)
        Sets the cached user type to the given String. Effectively the same as using the no-arg constructor, then invoking setUserType(String). No guarantees exist that this constructor will actually invoke that method, though.
        Parameters:
        userType - a user type String. null and empty Strings OK