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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StructuredJsonGeneratorapply(software.amazon.awssdk.thirdparty.jackson.core.JsonFactory jsonFactory, String contentType)-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Method Detail
-
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>
-
-