public class UserInputToApplicationPropertiesConverter extends java.lang.Object implements Converter<UserInputProperties,ApplicationProperties>
| Modifier and Type | Field and Description |
|---|---|
static int |
AWAIT_NODE_INIT_ATTEMPTS |
static java.lang.String |
MONGO_DOCKER_IMAGE_DEFAULT |
static int |
REPLICA_SET_NUMBER_DEFAULT |
static boolean |
USE_HOST_DOCKER_INTERNAL_DEFAULT |
| Constructor and Description |
|---|
UserInputToApplicationPropertiesConverter() |
UserInputToApplicationPropertiesConverter(YmlConverter ymlConverter,
ResourceService resourceService) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationProperties |
convert(UserInputProperties inputProperties) |
public static final int REPLICA_SET_NUMBER_DEFAULT
public static final int AWAIT_NODE_INIT_ATTEMPTS
public static final java.lang.String MONGO_DOCKER_IMAGE_DEFAULT
public static final boolean USE_HOST_DOCKER_INTERNAL_DEFAULT
public UserInputToApplicationPropertiesConverter()
public UserInputToApplicationPropertiesConverter(YmlConverter ymlConverter, ResourceService resourceService)
public ApplicationProperties convert(UserInputProperties inputProperties)
convert in interface Converter<UserInputProperties,ApplicationProperties>