| パッケージ | 説明 |
|---|---|
| org.lastaflute.doc | |
| org.lastaflute.doc.generator | |
| org.lastaflute.doc.meta | |
| org.lastaflute.doc.reflector |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Map<Class<?>,org.lastaflute.di.util.tiger.Tuple3<String,String,BiFunction<TypeDocMeta,Object,Object>>> |
SwaggerGenerator.createTypeMap() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected String |
SwaggerGenerator.derivedDefinitionName(TypeDocMeta typeDocMeta) |
protected org.dbflute.optional.OptionalThing<Object> |
SwaggerGenerator.deriveDefaultValue(TypeDocMeta typeDocMeta) |
protected List<String> |
SwaggerGenerator.derivedRequiredPropertyNameList(TypeDocMeta typeDocMeta) |
protected Optional<DateTimeFormatter> |
SwaggerGenerator.getJsonDatePatternDateTimeFormatter(TypeDocMeta typeDocMeta) |
protected DateTimeFormatter |
SwaggerGenerator.getLocalDateFormatter(TypeDocMeta typeDocMeta) |
protected DateTimeFormatter |
SwaggerGenerator.getLocalDateTimeFormatter(TypeDocMeta typeDocMeta) |
protected DateTimeFormatter |
SwaggerGenerator.getLocalTimeFormatter(TypeDocMeta typeDocMeta) |
protected String |
SwaggerGenerator.putDefinition(Map<String,Map<String,Object>> definitionsMap,
TypeDocMeta typeDocMeta) |
protected void |
SwaggerGenerator.setupBeanList(TypeDocMeta typeDocMeta,
Map<String,Map<String,Object>> definitionsMap,
Map<Class<?>,org.lastaflute.di.util.tiger.Tuple3<String,String,BiFunction<TypeDocMeta,Object,Object>>> typeMap,
Map<String,Object> schemaMap) |
protected Map<String,Object> |
SwaggerGenerator.toParameterMap(TypeDocMeta typeDocMeta,
Map<String,Map<String,Object>> definitionsMap) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
SwaggerGenerator.setupBeanList(TypeDocMeta typeDocMeta,
Map<String,Map<String,Object>> definitionsMap,
Map<Class<?>,org.lastaflute.di.util.tiger.Tuple3<String,String,BiFunction<TypeDocMeta,Object,Object>>> typeMap,
Map<String,Object> schemaMap) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected TypeDocMeta |
ActionDocumentGenerator.analyzeMethodParameter(Parameter parameter) |
protected TypeDocMeta |
ActionDocumentGenerator.analyzePropertyField(Class<?> propertyOwner,
Map<String,Type> genericParameterTypesMap,
int depth,
Field field) |
protected TypeDocMeta |
ActionDocumentGenerator.analyzeReturnClass(Method method) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected org.dbflute.optional.OptionalThing<TypeDocMeta> |
ActionDocumentGenerator.analyzeFormClass(org.lastaflute.web.ruts.config.ActionExecute execute) |
protected List<TypeDocMeta> |
ActionDocumentGenerator.analyzeProperties(Class<?> propertyOwner,
Map<String,Type> genericParameterTypesMap,
int depth) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Map<String,String> |
ActionDocumentGenerator.convertPropertyNameMap(String parentName,
TypeDocMeta typeDocMeta) |
protected void |
ActionDocumentGenerator.derivedManualReturnClass(Method method,
TypeDocMeta returnDocMeta) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
TypeDocMeta |
ActionDocMeta.getFormTypeDocMeta() |
TypeDocMeta |
ActionDocMeta.getReturnTypeDocMeta() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<TypeDocMeta> |
JobDocMeta.getFieldTypeDocMetaList() |
List<TypeDocMeta> |
ActionDocMeta.getFieldTypeDocMetaList() |
List<TypeDocMeta> |
TypeDocMeta.getNestTypeDocMetaList() |
List<TypeDocMeta> |
ActionDocMeta.getParameterTypeDocMetaList() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
ActionDocMeta.setFormTypeDocMeta(TypeDocMeta formTypeDocMeta) |
void |
ActionDocMeta.setReturnTypeDocMeta(TypeDocMeta returnTypeDocMeta) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
JobDocMeta.setFieldTypeDocMetaList(List<TypeDocMeta> fieldTypeDocMetaList) |
void |
ActionDocMeta.setFieldTypeDocMetaList(List<TypeDocMeta> fieldTypeDocMetaList) |
void |
TypeDocMeta.setNestTypeDocMetaList(List<TypeDocMeta> nestTypeDocMetaList) |
void |
ActionDocMeta.setParameterTypeDocMetaList(List<TypeDocMeta> parameterTypeDocMetList) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected com.github.javaparser.ast.visitor.VoidVisitorAdapter<TypeDocMeta> |
JavaparserSourceParserReflector.createTypeDocMetaVisitorAdapter(Class<?> clazz) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
JavaparserSourceParserReflector.TypeDocMetaVisitorAdapter.prepareClassComment(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration classOrInterfaceDeclaration,
TypeDocMeta typeDocMeta) |
protected void |
JavaparserSourceParserReflector.TypeDocMetaVisitorAdapter.prepareFieldComment(com.github.javaparser.ast.body.FieldDeclaration fieldDeclaration,
TypeDocMeta typeDocMeta) |
void |
JavaparserSourceParserReflector.reflect(TypeDocMeta typeDocMeta,
Class<?> clazz) |
void |
SourceParserReflector.reflect(TypeDocMeta typeDocMeta,
Class<?> clazz) |
void |
JavaparserSourceParserReflector.TypeDocMetaVisitorAdapter.visit(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration classOrInterfaceDeclaration,
TypeDocMeta typeDocMeta) |
void |
JavaparserSourceParserReflector.TypeDocMetaVisitorAdapter.visit(com.github.javaparser.ast.body.FieldDeclaration fieldDeclaration,
TypeDocMeta typeDocMeta) |
Copyright © 2015–2019 The DBFlute Project. All rights reserved.