Module org.github.gestalt.core
Package org.github.gestalt.config.path.mapper
-
Interface Summary Interface Description PathMapper Interface to map a sentance to a list of tokens. -
Class Summary Class Description DotNotationPathMapper Splits the sentence by camel case and converts it to dot notation.KebabCasePathMapper Splits the sentence by camel case and converts it to Kebab Case.SnakeCasePathMapper Splits the sentence by camel case and converts it to Snake Case.StandardPathMapper Standard Path mapper looks for an exact match.