You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param defaultInstance An instance of the class to be examined, preloaded with default values.
61
61
* @param prefix The prefix to be prepended to any determined property names to match the prefix specified in (for example) the CommandLineArgumentsGatherer.
62
62
* @param terminalClasses List of regular expressions used to identify properties that are of terminal types - if the class is terminal it should be settable by Jackson from a single string value.
63
+
* Examples of built-in terminal classes include java.time.LocalDateTime and java.time.Duration.
64
+
* Terminal classes are documented, but their internals are not.
63
65
* @param undocumentedClasses List of regular expressions used to identify properties that are of undocumented types - if the class is undocumented it will not be traversed further despite not being settable by Jackson.
66
+
* Undocumented classes cannot be set directly and their internal properties are not output in generated documentation (usually because they haven't been processed by the JavadocCapturer).
67
+
* There are no built-in undocumented classes, but a typical example of a class that should be undocumented is VertxOptions.
"comment": "configure the alien properties as documented at https://docs.oracle.com/en/java/javase/17/docs/api/jdk.xml.dom/org/w3c/dom/html/HTMLAnchorElement.html",
0 commit comments