Class MetadataKeyToCapitalCase

All Implemented Interfaces:
AdaptrisComponent, ComponentLifecycle, ComponentLifecycleExtension, ConfigComment, MessageEventGenerator, Service, StateManagedComponent

@ComponentProfile(summary="Changes matching metadata keys to capital case", tag="service,metadata") public class MetadataKeyToCapitalCase extends ReformatMetadataKey
Implementation of ReformatMetadataKey that uses WordUtils.capitalizeFully(String) to capitalize each word in the key.