Interface TypeTranslator
-
- All Known Implementing Classes:
SimpleTypeTranslatorSupport
public interface TypeTranslatorTo translate a type to I18n key.Created on 07/08/2021.
- Since:
- 4.0.0
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanacceptType(Class<?> type)StringcleanSimpleName(String simpleName)StringcleanType(Class<?> type)StringcleanType(String fqn)
-