Class MetaJsonMaker
-
- All Implemented Interfaces:
public class MetaJsonMakerMETA-INF/additional-spring-configuration-metadata.json
- Since:
2024-07-30
trydofor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMetaJsonMaker.Metapublic classMetaJsonMaker.Proj
-
Constructor Summary
Constructors Constructor Description MetaJsonMaker()
-
Method Summary
Modifier and Type Method Description List<MetaJsonMaker.Meta>scanMeta()maven compile first List<MetaJsonMaker.Meta>scanMeta(@NotNull() String pkg)maven compile first List<MetaJsonMaker.Proj>projMeta(@NotNull() List<MetaJsonMaker.Meta> meta)voidwriteMeta(@NotNull() List<MetaJsonMaker.Proj> proj)configuration-metadata voidwriteMeta(@NotNull() List<MetaJsonMaker.Proj> proj, String json)configuration-metadata voidprintMeta(@NotNull() List<MetaJsonMaker.Proj> proj)observe/docs/src/0-wings/0h-prop-index. voidprintMeta(@NotNull() PrintWriter writer, @NotNull() List<MetaJsonMaker.Proj> proj, String omit)observe/docs/src/0-wings/0h-prop-index. -
-
Method Detail
-
scanMeta
@NotNull() List<MetaJsonMaker.Meta> scanMeta()
maven compile first
-
scanMeta
@NotNull() List<MetaJsonMaker.Meta> scanMeta(@NotNull() String pkg)
maven compile first
-
projMeta
@NotNull() List<MetaJsonMaker.Proj> projMeta(@NotNull() List<MetaJsonMaker.Meta> meta)
-
writeMeta
void writeMeta(@NotNull() List<MetaJsonMaker.Proj> proj)
-
writeMeta
void writeMeta(@NotNull() List<MetaJsonMaker.Proj> proj, String json)
-
printMeta
void printMeta(@NotNull() List<MetaJsonMaker.Proj> proj)
observe/docs/src/0-wings/0h-prop-index.md
-
printMeta
void printMeta(@NotNull() PrintWriter writer, @NotNull() List<MetaJsonMaker.Proj> proj, String omit)
observe/docs/src/0-wings/0h-prop-index.md
-
-
-
-