Uses of Class
com.helger.commons.annotation.DevelopersNote
-
Packages that use DevelopersNote Package Description com.helger.commons.datetime com.helger.commons.system com.helger.commons.text.display com.helger.commons.text.resolve -
-
Uses of DevelopersNote in com.helger.commons.datetime
Classes in com.helger.commons.datetime with annotations of type DevelopersNote Modifier and Type Class Description classDateTimeFormatterPatternThis class encapsulates a String pattern and a set of options to be used in parsing. -
Uses of DevelopersNote in com.helger.commons.system
Methods in com.helger.commons.system with annotations of type DevelopersNote Modifier and Type Method Description static StringSystemProperties. getTmpDir() -
Uses of DevelopersNote in com.helger.commons.text.display
Methods in com.helger.commons.text.display with annotations of type DevelopersNote Modifier and Type Method Description default StringIHasDisplayTextWithArgs. getDisplayTextWithArgs(Locale aContentLocale)Deprecated.Don't call this; UseIHasDisplayText.getDisplayText(Locale)if no parameters are present -
Uses of DevelopersNote in com.helger.commons.text.resolve
Methods in com.helger.commons.text.resolve with annotations of type DevelopersNote Modifier and Type Method Description default StringIEnumTextResolver. getTextWithArgs(Enum<?> aEnum, IHasTextWithArgs aTP, Locale aContentLocale)Deprecated.Don't call this; UseIEnumTextResolver.getText(Enum, IHasText, Locale)instead when no argument is neededstatic StringDefaultTextResolver. getTextWithArgsStatic(Enum<?> aEnum, IHasTextWithArgs aTP, Locale aContentLocale)Deprecated.Don't call this; Use the version without "WithArgs" because there are no args
-