Interface ResourceMetadata
public interface ResourceMetadata
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ResourceMetadata
static final IoSupplier<ResourceMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionprivate <T> void
copySection
(ResourceMetadata.Builder p_295962_, MetadataSectionSerializer<T> p_294347_) default ResourceMetadata
copySections
(Collection<MetadataSectionSerializer<?>> p_295308_) static ResourceMetadata
fromJsonStream
(InputStream p_215581_) <T> Optional<T>
getSection
(MetadataSectionSerializer<T> p_215579_)
-
Field Details
-
EMPTY
-
EMPTY_SUPPLIER
-
-
Method Details
-
fromJsonStream
- Throws:
IOException
-
getSection
-
copySections
-
copySection
private <T> void copySection(ResourceMetadata.Builder p_295962_, MetadataSectionSerializer<T> p_294347_)
-