Class ObjectMapperInjectRegistration
java.lang.Object
eu.cloudnetservice.driver.network.rpc.defaults.object.ObjectMapperInjectRegistration
- All Implemented Interfaces:
BootLayerConfigurator
Registers the default object mapper instance to the boot injection layer.
- Since:
- 4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureBootLayer(@NonNull InjectionLayer<?> bootLayer) Configures the boot injection layer.
-
Constructor Details
-
ObjectMapperInjectRegistration
public ObjectMapperInjectRegistration()
-
-
Method Details
-
configureBootLayer
Configures the boot injection layer. Note that the given injection layer cannot be closed.- Specified by:
configureBootLayerin interfaceBootLayerConfigurator- Parameters:
bootLayer- the boot injection layer to configure.
-