Interface SdkStructuredCborFactory.CborGeneratorSupplier

All Superinterfaces:
BiFunction<software.amazon.awssdk.thirdparty.jackson.core.JsonFactory,String,StructuredJsonGenerator>
Enclosing class:
SdkStructuredCborFactory
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface protected static interface SdkStructuredCborFactory.CborGeneratorSupplier extends BiFunction<software.amazon.awssdk.thirdparty.jackson.core.JsonFactory,String,StructuredJsonGenerator>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(software.amazon.awssdk.thirdparty.jackson.core.JsonFactory jsonFactory, String contentType)
     

    Methods inherited from interface java.util.function.BiFunction

    andThen