Class ImmutableByteArrayTypeDefBuilder<M>


  • public abstract class ImmutableByteArrayTypeDefBuilder<M>
    extends TypeDefBuilder<M,​org.symphonyoss.s2.common.immutable.ImmutableByteArray>
    • Constructor Detail

      • ImmutableByteArrayTypeDefBuilder

        public ImmutableByteArrayTypeDefBuilder()
    • Method Detail

      • build

        public M build​(org.symphonyoss.s2.common.dom.json.JsonValue<?,​?> jsonValue)
        Description copied from class: TypeDefBuilder
        Build an instance of the typedef class from the value provided by the given JsonValue.
        Specified by:
        build in class TypeDefBuilder<M,​org.symphonyoss.s2.common.immutable.ImmutableByteArray>
        Parameters:
        jsonValue - A JsonValue whose value is to be wrapped in a typedef.
        Returns:
        an instance of the typedef class from the value provided by the given JsonValue.