Liking cljdoc? Tell your friends :D

org.soulspace.overarch.java.annotation-processor


-constructclj

(-construct)

Constructor

Constructor
sourceraw docstring

-getSupportedAnnotationTypesclj

(-getSupportedAnnotationTypes this)

Returns the set of supported annotation types.

Returns the set of supported annotation types.
sourceraw docstring

-getSupportedSourceVersionclj

(-getSupportedSourceVersion this)

Returns the supported source version.

Returns the supported source version.
sourceraw docstring

-initclj

(-init this processing-env)

Initialization for OverarchProcessor.

Initialization for OverarchProcessor.
sourceraw docstring

-processclj

(-process this annotations round-env)

Processes elements annotated with @OverarchNode.

Processes elements annotated with @OverarchNode.
sourceraw docstring

element-type-mapclj

source

first-lowerclj

(first-lower s)

Returns the string with the first letter converted to lower case.

Returns the string with the first letter converted to lower case.
sourceraw docstring

first-upperclj

(first-upper s)

Returns the string with the first letter converted to upper case.

Returns the string with the first letter converted to upper case.
sourceraw docstring

fqn->idclj

(fqn->id fqn)

Returns an overarch id keyword for the fully qualified name fqn.

Returns an overarch id keyword for the fully qualified name `fqn`.
sourceraw docstring

fqn-nameclj

(fqn-name fqn)

Returns the name part of the fully qualified name fqn.

Returns the name part of the fully qualified name `fqn`.
sourceraw docstring

fqn-namespaceclj

(fqn-namespace fqn)

Returns the namespace part of the fully qualified name fqn.

Returns the namespace part of the fully qualified name `fqn`.
sourceraw docstring

from-camel-caseclj

(from-camel-case s c)

Converts a string 's' from camel case to a lower case string with the spacer character 'c' inserted in front of intra word uppercase chars. Spacer chars are not inserted into upper case abbreviations. The case of the chars is retained.

Examples:

  • (from-camel-case "fromCamelCase" \-) -> "from-Camel-Case"
  • (from-camel-case "getHTTPRequest" \-) -> "get-HTTP-Request"
Converts a string 's' from camel case to a lower case string with the spacer character
'c' inserted in front of intra word uppercase chars. Spacer chars are not inserted into
upper case abbreviations. The case of the chars is retained.

Examples:
* (from-camel-case "fromCamelCase" \\-) -> "from-Camel-Case"
* (from-camel-case "getHTTPRequest" \\-) -> "get-HTTP-Request"
sourceraw docstring

logclj

(log processing-env msg)

Helper function to log messages to the processing environment.

Helper function to log messages to the processing environment.
sourceraw docstring

supported-annotationsclj

source

to-camel-caseclj

(to-camel-case s)
(to-camel-case s c)

Converts a string 's' into camel case. Removes occurences of 'c' and converts the next character to upper case.

Converts a string 's' into camel case. Removes occurences of 'c' and converts
the next character to upper case.
sourceraw docstring

write-modelclj

(write-model elements)

Writes model to file.

Writes model to file.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close