public class DefaultUserFormats extends Object implements UserFormats
UserFormat for an specified user format type.UserFormatModuleDescriptor| Constructor and Description |
|---|
DefaultUserFormats(UserFormatTypeConfiguration userFormatTypeConfiguration,
UserFormatModuleDescriptors userFormatModuleDescriptors,
UserKeyService userKeyService) |
| Modifier and Type | Method and Description |
|---|---|
UserFormatter |
formatter(String type)
Builds a user formatter for the specified type.
|
UserFormat |
forType(String type)
Builds a user format for the specified type.
|
public DefaultUserFormats(UserFormatTypeConfiguration userFormatTypeConfiguration, UserFormatModuleDescriptors userFormatModuleDescriptors, UserKeyService userKeyService)
public UserFormat forType(String type)
UserFormatsforType in interface UserFormatstype - the type of user format to build.public UserFormatter formatter(String type)
UserFormatsformatter in interface UserFormatstype - the type of user formatter to build.Copyright © 2002-2023 Atlassian. All Rights Reserved.