Uses of Record Class
org.tquadrat.foundation.i18n.ap.TextEntry
-
Uses of TextEntry in org.tquadrat.foundation.i18n.ap
Subclasses with type arguments of type TextEntry in org.tquadrat.foundation.i18n.apModifier and TypeClassDescriptionclassA visitor class that collects the texts for resource bundle properties files from the annotations.Fields in org.tquadrat.foundation.i18n.ap with type parameters of type TextEntryMethod parameters in org.tquadrat.foundation.i18n.ap with type arguments of type TextEntryModifier and TypeMethodDescriptionprivate final voidTextCollector.addTextEntry(Map<Locale, SortedMap<String, TextEntry>> texts, Element element, String key, String description, String className, boolean isMessage, Translation[] translations) Adds the text entries to the texts map.private final voidI18nAnnotationProcessor.generateResourceBundle(Optional<String> textFileLocation, Map<Locale, SortedMap<String, TextEntry>> texts, Element... elements) Generates the resource bundles from the given texts.private final voidI18nAnnotationProcessor.parseTextsFile(Map<Locale, SortedMap<String, TextEntry>> texts, InputSource inputSource) Parses a texts XML file.private final voidTextCollector.processTextAnnotation(Map<Locale, SortedMap<String, TextEntry>> texts, Element element, Text annotation, String className) Processes a text annotation.final VoidTextCollector.visitExecutable(ExecutableElement element, Map<Locale, SortedMap<String, TextEntry>> texts) final VoidTextCollector.visitVariable(VariableElement element, Map<Locale, SortedMap<String, TextEntry>> texts) private final voidI18nAnnotationProcessor.writeResourceBundleFile(Collection<TextEntry> data, Writer writer) Write the resource bundle properties to the givenWriter.Constructor parameters in org.tquadrat.foundation.i18n.ap with type arguments of type TextEntry
