Class OnRefOnlySerializer

  • All Implemented Interfaces:
    org.projectnessie.versioned.store.ContentSerializer<OnRefOnly>

    public class OnRefOnlySerializer
    extends java.lang.Object
    • Constructor Detail

      • OnRefOnlySerializer

        public OnRefOnlySerializer()
    • Method Detail

      • contentType

        public org.projectnessie.model.Content.Type contentType()
      • payload

        public int payload()
      • toStoreOnReferenceState

        public org.projectnessie.nessie.relocated.protobuf.ByteString toStoreOnReferenceState​(OnRefOnly content)
      • valueFromStore

        protected OnRefOnly valueFromStore​(java.lang.String contentId,
                                           java.lang.String onRef)
      • valueFromStore

        public C valueFromStore​(org.projectnessie.nessie.relocated.protobuf.ByteString onReferenceValue)
        Specified by:
        valueFromStore in interface org.projectnessie.versioned.store.ContentSerializer<C extends org.projectnessie.model.Content>