Class SimpleMetadata.Builder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Metadata build()
      Builds a Metadata object in accordance with the configuration of this builder.
      Metadata.Builder set​(java.lang.String name, java.lang.Object value)
      Specifies a metadata property of an arbitrary type, replacing any existing property with the same name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • set

        public Metadata.Builder set​(java.lang.String name,
                                    java.lang.Object value)
        Description copied from interface: Metadata.Builder
        Specifies a metadata property of an arbitrary type, replacing any existing property with the same name.
        Specified by:
        set in interface Metadata.Builder
        Parameters:
        name - property name
        value - property value
        Returns:
        this builder