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 TypeMethodDescriptionMethods inherited from interface java.util.function.BiFunction
andThen
-
Method Details
-
apply
StructuredJsonGenerator apply(software.amazon.awssdk.thirdparty.jackson.core.JsonFactory jsonFactory, String contentType) - Specified by:
applyin interfaceBiFunction<software.amazon.awssdk.thirdparty.jackson.core.JsonFactory,String, StructuredJsonGenerator>
-