| | |
| | | import org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator; |
| | | import org.hibernate.validator.spi.resourceloading.ResourceBundleLocator; |
| | | |
| | | /* loaded from: blade-starter-i18n-9.3.0.0-SNAPSHOT.jar:org/springblade/core/i18n/advice/EmptyCurlyToDefaultMessageInterpolator.class */ |
| | | |
| | | public class EmptyCurlyToDefaultMessageInterpolator extends ResourceBundleMessageInterpolator { |
| | | private static final String EMPTY_CURLY_BRACES = "{}"; |
| | | private static final String LEFT_CURLY_BRACES = "{"; |