Uses of Class
page.codeberg.friedolyn.meta.PolledMetadata
Packages that use PolledMetadata
-
Uses of PolledMetadata in page.codeberg.friedolyn
Fields in page.codeberg.friedolyn declared as PolledMetadataModifier and TypeFieldDescriptionprivate PolledMetadataFriedolyn.metadataStores information about the application, fetched from the Codeberg repository, most notably theURL to a user polland alist of banned users. -
Uses of PolledMetadata in page.codeberg.friedolyn.meta
Fields in page.codeberg.friedolyn.meta declared as PolledMetadataModifier and TypeFieldDescriptionprivate static PolledMetadataPolledMetadata.defaultPolledMetadataThe metadata that is shipped with the application in themetadata.default.jsonfile.Methods in page.codeberg.friedolyn.meta that return PolledMetadataModifier and TypeMethodDescription@NonNull PolledMetadataPolledMetadata.copy()(package private) static @NonNull PolledMetadataConverts a given JSON file to aPolledMetadataobject.static @NonNull PolledMetadataConverts a given JSON string to aPolledMetadataobject.private static @NonNull PolledMetadataPolledMetadata.loadDefaultMetadata()Convertsmetadata.default.jsonresource file shipped with the application to aPolledMetadataobject.Methods in page.codeberg.friedolyn.meta that return types with arguments of type PolledMetadataModifier and TypeMethodDescriptionstatic @NonNull Optional<PolledMetadata> PolledMetadata.getDefaultPolledMetadata()Returns a deep copy of thedefaultPolledMetadataobject that holds the metadata shipped with the application.