Interface ResourceMetadata
public interface ResourceMetadata
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResourceMetadata
static final IoSupplier
<ResourceMetadata> -
Method Summary
Modifier and TypeMethodDescriptionprivate <T> void
copySection
(ResourceMetadata.Builder pBuilder, MetadataSectionType<T> pType) default ResourceMetadata
copySections
(Collection<MetadataSectionType<?>> pSerializers) static ResourceMetadata
fromJsonStream
(InputStream pStream) <T> Optional
<T> getSection
(MetadataSectionType<T> pType)
-
Field Details
-
EMPTY
-
EMPTY_SUPPLIER
-
-
Method Details
-
fromJsonStream
- Throws:
IOException
-
getSection
-
copySections
-
copySection
-