Interface CborMapperBuilderCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be implemented by beans wishing to further customize the
CBORMapper through CBORMapper.Builder to fine-tune its
auto-configuration.- Since:
- 4.0.0
- Author:
- Andy Wilkinson
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(tools.jackson.dataformat.cbor.CBORMapper.Builder cborMapperBuilder) Customize the CBORMapper.Builder.
-
Method Details
-
customize
void customize(tools.jackson.dataformat.cbor.CBORMapper.Builder cborMapperBuilder) Customize the CBORMapper.Builder.- Parameters:
cborMapperBuilder- the builder to customize
-