Uses of Record Class
no.priv.bang.ukelonn.beans.User
Packages that use User
-
Uses of User in no.priv.bang.ukelonn
Methods in no.priv.bang.ukelonn with parameters of type User -
Uses of User in no.priv.bang.ukelonn.beans
Fields in no.priv.bang.ukelonn.beans declared as UserModifier and TypeFieldDescriptionprivate UserPasswordsWithUser.Builder.userprivate final UserPasswordsWithUser.userThe field for theuserrecord component.Methods in no.priv.bang.ukelonn.beans that return UserModifier and TypeMethodDescriptionUser.Builder.build()PasswordsWithUser.user()Returns the value of theuserrecord component.Methods in no.priv.bang.ukelonn.beans with parameters of type UserConstructors in no.priv.bang.ukelonn.beans with parameters of type UserModifierConstructorDescriptionPasswordsWithUser(User user, String password, String password2) Creates an instance of aPasswordsWithUserrecord class.