Class BeanPropertyI18nKeyProducerProvider
- java.lang.Object
-
- io.ultreia.java4all.i18n.spi.bean.BeanPropertyI18nKeyProducerProvider
-
public abstract class BeanPropertyI18nKeyProducerProvider extends Object
Created by tchemit on 18/10/2018.- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description BeanPropertyI18nKeyProducerProvider()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static BeanPropertyI18nKeyProducerProviderget()StringgetCommonPrefix()abstract BeanPropertyI18nKeyProducergetDefaultLabelsBuilder()
-
-
-
Method Detail
-
get
public static BeanPropertyI18nKeyProducerProvider get()
-
getCommonPrefix
public String getCommonPrefix()
-
getDefaultLabelsBuilder
public abstract BeanPropertyI18nKeyProducer getDefaultLabelsBuilder()
-
-