Class LowerDotCaseStrategy

java.lang.Object
io.micronaut.serde.config.naming.LowerDotCaseStrategy
All Implemented Interfaces:
PropertyNamingStrategy

public final class LowerDotCaseStrategy extends Object implements PropertyNamingStrategy
Lower dot case strategy.
  • Constructor Details

    • LowerDotCaseStrategy

      public LowerDotCaseStrategy()
  • Method Details

    • translate

      public String translate(io.micronaut.core.annotation.AnnotatedElement element)
      Description copied from interface: PropertyNamingStrategy
      Translate the given name into the desired format.
      Specified by:
      translate in interface PropertyNamingStrategy
      Parameters:
      element - The annotated element to translate
      Returns:
      The translated name