Interface ResourceIntoProtoThingConverter

All Superinterfaces:
Converter<ReadableResource,Optional<List<Thing.Builder>>>, OptionalConverter<ReadableResource,List<Thing.Builder>>
All Known Implementing Classes:
FilteringResourceIntoProtoThingConverter, RdfResourceIntoProtoThingConverter

  • Method Summary

    Modifier and Type
    Method
    Description
    default com.google.protobuf.Message.Builder
    This returns thingsList as Thing (if there is 1) or a Things pb.

    Methods inherited from interface dev.enola.common.convert.Converter

    convert
  • Method Details

    • asMessage

      default com.google.protobuf.Message.Builder asMessage(List<Thing.Builder> thingsList)
      This returns thingsList as Thing (if there is 1) or a Things pb.