public interface ApplicationUserVisitor<T>
users
.
Note: Implementors are strongly encouraged to extend from AbstractApplicationUserVisitor
or
AbstractVoidApplicationUserVisitor
. This interface may change over time, as more
user types
are added, and any class implementing it directly will be broken
by such changes. Extending from one of the abstract classes will help prevent such breakages.
Modifier and Type | Method and Description |
---|---|
T |
visit(ApplicationUser user) |
T |
visit(DetailedUser user) |
T |
visit(ServiceUser user) |
T visit(@Nonnull DetailedUser user)
T visit(@Nonnull ServiceUser user)
T visit(@Nonnull ApplicationUser user)
Copyright © 2019 Atlassian. All rights reserved.