Interface BinaryDef

  • All Superinterfaces:
    FieldDef

    public interface BinaryDef
    extends FieldDef
    BinaryDef is an extension of FieldDef to encapsulate a Binary type. There is no instance-specific state at this time.
    Since:
    3.0
    • Method Detail

      • clone

        BinaryDef clone()
        Description copied from interface: FieldDef
        Perform a deep copy of this FieldDef instance.
        Specified by:
        clone in interface FieldDef
        Returns:
        a deep copy of this object.
      • fromString

        BinaryValue fromString​(java.lang.String encodedString)
        Creates a BinaryValue instance from a String. The String must be a Base64 encoded string returned from BinaryValue.toString().
        Returns:
        a String representation of the value
        Throws:
        java.lang.IllegalArgumentException - if the string cannot be decoded