Uses of Interface
space.arim.dazzleconf.backend.KeyMapper
Packages that use KeyMapper
Package
Description
Version 2 of the library, provided as a separate package.
This package defines a framework for interactions between the library and the configuration format.
-
Uses of KeyMapper in space.arim.dazzleconf
Methods in space.arim.dazzleconf that return KeyMapperModifier and TypeMethodDescription@Nullable KeyMapperConfiguration.getKeyMapper()Gets the key mapper if one was specified during construction.@NonNull KeyMapperConfigurationDefinition.ReadOptions.keyMapper()The key mapper to use@NonNull KeyMapperConfigurationDefinition.WriteOptions.keyMapper()The key mapper to useMethods in space.arim.dazzleconf with parameters of type KeyMapper -
Uses of KeyMapper in space.arim.dazzleconf.backend
Classes in space.arim.dazzleconf.backend that implement KeyMapperModifier and TypeClassDescriptionfinal classDefault, "no-op" mapper for keys and method namesfinal classA key mapper which converts lower camel case patterns to kebab case.final classA key mapper which converts lower camel case patterns to snake case.Methods in space.arim.dazzleconf.backend that return KeyMapperModifier and TypeMethodDescription@NonNull KeyMapperBackend.recommendKeyMapper()Recommends aKeyMapperappropriate to the backend format.Methods in space.arim.dazzleconf.backend with parameters of type KeyMapperModifier and TypeMethodDescriptionvoidKeyPath.Mut.applyKeyMapper(@NonNull KeyMapper keyMapper) Applies a key mapper to existing key parts. -
Uses of KeyMapper in space.arim.dazzleconf.engine
Methods in space.arim.dazzleconf.engine that return KeyMapper