Uses of Interface
org.soulwing.s2ks.Metadata
-
Packages that use Metadata Package Description org.soulwing.s2ks API package -
-
Uses of Metadata in org.soulwing.s2ks
Classes in org.soulwing.s2ks that implement Metadata Modifier and Type Class Description classSimpleMetadataAn immutable metadata value holder backed by a map.Methods in org.soulwing.s2ks that return Metadata Modifier and Type Method Description MetadataMetadata.Builder. build()Builds aMetadataobject in accordance with the configuration of this builder.MetadataSimpleMetadata.Builder. build()static MetadataSimpleMetadata. empty()Gets an instance that is empty.MetadataKeyWithMetadata. getMetadata()Gets the metadata associated with the key.Constructors in org.soulwing.s2ks with parameters of type Metadata Constructor Description KeyWithMetadata(java.security.Key key, Metadata metadata)
-