Constant Field Values

Contents

tech.kronicle.*

  • tech.kronicle.sdk.constants.DependencyTypeIds 
    Modifier and Type Constant Field Value
    public static final java.lang.String COMPOSITION "composition"
    public static final java.lang.String TRACE "trace"
  • tech.kronicle.sdk.constants.PatternStrings 
    Modifier and Type Constant Field Value
    public static final java.lang.String CASE_INSENSITIVE_SNAKE_CASE_OR_KEBAB_CASE "[a-zA-Z][a-zA-Z0-9]*(_[a-zA-Z0-9]+)*|[a-zA-Z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*"
    public static final java.lang.String ID "[a-z][a-z0-9]*(-[a-z0-9]+)*"
  • tech.kronicle.sdk.constants.ServiceUrlPaths 
    Modifier and Type Constant Field Value
    public static final java.lang.String V1_COMPONENTS "/v1/components"