Interface StringBinaryTag

    • Method Detail

      • of

        static @NonNull StringBinaryTag of​(@NonNull String value)
        Creates a binary tag holding a String value.
        Parameters:
        value - the value
        Returns:
        a binary tag
        Since:
        4.0.0
      • value

        @NonNull String value()
        Gets the value.
        Returns:
        the value
        Since:
        4.0.0