Enum Class SpringAutoRestDocsDocumentationSource
java.lang.Object
java.lang.Enum<SpringAutoRestDocsDocumentationSource>
org.springframework.modulith.docs.SpringAutoRestDocsDocumentationSource
- All Implemented Interfaces:
Serializable
,Comparable<SpringAutoRestDocsDocumentationSource>
,Constable
,DocumentationSource
@Deprecated
enum SpringAutoRestDocsDocumentationSource
extends Enum<SpringAutoRestDocsDocumentationSource>
implements DocumentationSource
Deprecated.
A
DocumentationSource
that uses metadata generated by Spring Auto REST Docs' Javadoc Doclet.- Author:
- Oliver Drotbohm
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static class
Deprecated.(package private) static class
Deprecated.Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDocumentation
(com.tngtech.archunit.core.domain.JavaClass type) Deprecated.Returns the documentation to be used for the givenJavaClass
.getDocumentation
(com.tngtech.archunit.core.domain.JavaMethod method) Deprecated.Returns the documentation to be used for the givenJavaMethod
.Deprecated.Returns the enum constant of this class with the specified name.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INSTANCE
Deprecated.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getDocumentation
Deprecated.Description copied from interface:DocumentationSource
Returns the documentation to be used for the givenJavaMethod
.- Specified by:
getDocumentation
in interfaceDocumentationSource
- Parameters:
method
- must not be null.- Returns:
- will never be null.
-
getDocumentation
Deprecated.Description copied from interface:DocumentationSource
Returns the documentation to be used for the givenJavaClass
.- Specified by:
getDocumentation
in interfaceDocumentationSource
- Parameters:
type
- must not be null.- Returns:
- will never be null.
-
SpringModulithDocumentationSource
instead.