Class DefaultBeanPropertyI18nKeyProducer
- java.lang.Object
-
- io.ultreia.java4all.i18n.spi.bean.BeanPropertyI18nKeyProducerSupport
-
- io.ultreia.java4all.i18n.spi.bean.DefaultBeanPropertyI18nKeyProducer
-
- All Implemented Interfaces:
BeanPropertyI18nKeyProducer
public class DefaultBeanPropertyI18nKeyProducer extends BeanPropertyI18nKeyProducerSupport
Given alabelsLocationto a properties file within all accepted translations, will then produce the mapping for methodcreateMapping(). Created on 12/08/2021.- Since:
- 4.0.0
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description DefaultBeanPropertyI18nKeyProducer(String i18nPrefix, String labelsLocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,String>createMapping()-
Methods inherited from class io.ultreia.java4all.i18n.spi.bean.BeanPropertyI18nKeyProducerSupport
createPropertyKeyMapping, getCommonPrefix, getI18nPropertyKey, getI18nTypeKey, getPropertyMapping, getPropertyTypeMapping
-
-
-
-
Method Detail
-
createMapping
protected Map<String,String> createMapping()
- Overrides:
createMappingin classBeanPropertyI18nKeyProducerSupport
-
-